[jQuery] Re: 1.3.2 class selectors only returning first element

2009-03-19 Thread rockrep
Some more debugging has shown this is being caused by an older jquery validation plugin, and this post confirms that http://blog.jquery.com/2009/02/20/jquery-132-released/.

[jQuery] 1.3.2 class selectors only returning first element

2009-03-19 Thread rockrep
I tried upgrading from 1.2.6 to 1.3.2 today and ran into all kinds of issues with selectors. I can't reproduce this with a simple page yet. (Only with our complex production app of course.) Essentially, a page with three input type="text" elements with class="some_class" only returns the firs

[jQuery] 1.3.2 class selectors only returning first element

2009-03-19 Thread rockrep
I tried upgrading from 1.2.6 to 1.3.2 today and ran into all kinds of issues with selectors. I can't reproduce this with a simple page yet. (Only with our complex production app of course.) Essentially, a page with three input type="text" elements with class="some_class" only returns the firs

[jQuery] livequery always fires initial toggle function following ajax response

2009-01-07 Thread rockrep
I'm trying to use livequery, toggle, and ajax together. The toggle methods fire off ajax requests that will update the div containing the DOM elements that are bound to the click/toggle (the reason I'm trying to use livequery in the first place). Unfortunately, it seems like livequery always re