[jQuery] Re: slideToggle doesn't work in IE

2009-06-22 Thread Thavipa
Hmm, thx for your reply.. but, it doesn't work..:( On 20 jun, 18:09, Charlie charlie...@gmail.com wrote: IE doesn't seem to recognize option click try this in both FF and IE $(select *).click(function () {   alert(this.tagName);     }); In FF will get alert returning Option, in IE

[jQuery] Re: slideToggle doesn't work in IE

2009-06-22 Thread Charlie
it works fine here http://jsbin.com/ogoni Thavipa wrote: Hmm, thx for your reply.. but, it doesn't work..:( On 20 jun, 18:09, Charlie charlie...@gmail.com wrote: IE doesn't seem to recognize option click try this in both FF and IE $("select *").click(function () {

[jQuery] Re: slideToggle doesn't work in IE

2009-06-20 Thread Charlie
IE doesn't seem to recognize option click try this in both FF and IE $("select *").click(function () { alert(this.tagName); }); In FF will get alert returning "Option", in IE doesn't fire try this: $("#kies_land").change(function () { if ($(this).val()=="nederland") {