RE: [jQuery] Re: load() function and IE8

2009-12-15 Thread Scott Stewart
@googlegroups.com Subject: Re: [jQuery] Re: load() function and IE8 I'm not familiar with the Admintasia template. If #AP_PONum is in the DOM when you bind the event handler, then you shouldn't need live. It's only one element, so there shouldn't be a performance hit either if yo

Re: [jQuery] Re: load() function and IE8

2009-12-14 Thread Karl Swedberg
I'm not familiar with the Admintasia template. If #AP_PONum is in the DOM when you bind the event handler, then you shouldn't need live. It's only one element, so there shouldn't be a performance hit either if you just use bind. The only reason .bind() wouldn't work is if #AP_PONum isn't in

RE: [jQuery] Re: load() function and IE8

2009-12-14 Thread Scott Stewart
"working" and "supported" are two different animals This is true... Back to my particular anomaly... I just replaced the "live" call with a "bind" call, and now there's nothing in Firefox either.. I'm using the Admintasia template (http://www.admintasia.com). Because of the way this is set up

RE: [jQuery] Re: load() function and IE8

2009-12-14 Thread Scott Stewart
Thanks Karl, But if it's not supported then why would it work in Firefox? Secondly, would the bind method be a workaround? Thanks sas -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Karl Swedberg Sent: Monday, December 14, 2009 12:33