@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
that the "live" function keeps the
Ajax events
alive...
So is there a way to get around this? I can always add a submit
button to
every dropdown I'm using but that would kind of defeat the purpose.
-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery.
I can always add a submit button to
every dropdown I'm using but that would kind of defeat the purpose.
-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of MorningZ
Sent: Monday, December 14, 2009 9:10 AM
To: jQuery (English)
Subject: [j
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, Decem
09 12:33 AM
To: jQuery (English)
Subject: [jQuery] Re: load() function and IE8
Hi Scott,
Take a look at the documentation for the .live() method:
"Currently not supported: blur, focus, mouseenter, mouseleave, change,
submit"
http://docs.jquery.com/Events/live#typefn
The change event do
Hi Scott,
Take a look at the documentation for the .live() method:
"Currently not supported: blur, focus, mouseenter, mouseleave, change,
submit"
http://docs.jquery.com/Events/live#typefn
The change event doesn't bubble in IE, so it doesn't work with .live
(). jQuery 1.4 is going to provide a w
6 matches
Mail list logo