[jQuery] Re: change element attribute, then have jquery act on that change?

2008-12-22 Thread Kean
Livequery and other event delegation techniques are cool, but, in a matter of simplicity pschwei1 , why don't you try the jQuery toggle event? I think it will definitely work for this case. http://docs.jquery.com/Events/toggle#fnfn2fn3.2Cfn4.2C... On Dec 22, 2:34 pm, Dave Methvin wrote: > > I

[jQuery] Re: change element attribute, then have jquery act on that change?

2008-12-22 Thread Dave Methvin
> I'm using filters to find if an 's text matches a certain value, > and then changing the value if it does. This works fine.  However, if > I then use my selectors to check for the new value, jquery does not > seem to pick it up, making me wonder if perhaps the selectors only > work for values co