[jQuery] Re: jQuery 1.4 change event problem

2010-01-19 Thread pambuk
Same here, would love to hear an answer. On Jan 19, 11:00 am, Steven Yang kenshin...@gmail.com wrote: Hi all I apologize if this problem has been post or report. I have a problem using jQuery 1.4 when i use $(#mySelect).change(function(){...my logic...}) This problem only occurs in IE.

[jQuery] Re: jQuery messing with this?

2009-02-23 Thread pambuk
self = this;     /*         do some stuff to select     */    $('option', this).each(function ()    {         /* operate on each option, and self will point to select. */     }); }); On 20 фев, 13:41, pambuk wojtek.zymo...@gmail.com wrote: I know thatjQueryoverwrites 'this', but I never

[jQuery] jQuery messing with this?

2009-02-20 Thread pambuk
I know that jQuery overwrites 'this', but I never had a problem with that until now. Maybe some of you know a better way or maybe I took a wrong turn somewhere. What I'm basically trying to do is to iterate selects (dropdowns), do something with them, and while I'm iterating selects, iterate

[jQuery] Re: Tablesorter and event handlers on table rows

2007-11-29 Thread pambuk
, pambuk [EMAIL PROTECTED]: Hi, I have the exact same problem and frankly, I'm out of ideas. Last thing I tried was writing a widget, to rebind events, but clicks are fired n+1 number of sortings. I'm a JS (and jQuery) noob, but I'd really appreciate a solution / workaround / hack

[jQuery] Re: Tablesorter and event handlers on table rows

2007-11-28 Thread pambuk
Hi, I have the exact same problem and frankly, I'm out of ideas. Last thing I tried was writing a widget, to rebind events, but clicks are fired n+1 number of sortings. I'm a JS (and jQuery) noob, but I'd really appreciate a solution / workaround / hack / whatever. I guess I'll sort the table