I have looked into this. The "trigger-line" in the testChange-function
has to be changed from this:

return jQuery.event.trigger( e, arguments[1], this );

to this:

return jQuery.event.trigger( e, arguments[1], elem );

Additional It seems, that there was a typo. The condition above
contains the following statement:

elem.type !== "select"

wich is always true. I think this can be deleted, without problems.

On 16 Jan., 14:34, mape <katapultstolpil...@gmail.com> wrote:
> The example works fine in Firefox 3.6, Safari 4.0.4 and Chrome
> 4.0.295.0 dev.
>
> Doesn't seem to work in IE8 (native) and IE6, IE7 (though IEtester).
>
> http://mape.me/jquery/select-live-ie/
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to