Same here, would love to hear an answer.
On Jan 19, 11:00 am, Steven Yang 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. 6-8 all have
tion ()
> {
> var 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, pambu
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 opti
tp://tablesorter.com/
>
> /Christian
>
> 2007/11/29, 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
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 t
5 matches
Mail list logo