jquery is a fast, concise, javascript library that simplifies how you traverse html documents, handle events, perform animations, and add ajax interactions to your web pages. jquery is designed to change the way that you write javascript.
Re: listnav plugin mod 10 hours ago Read More
Thats actually a good concept. Im pretty new to jq (not to js) so I will try to take a stab at it, but feel free to trump me with your actual solution, haha.
Re: finding tags in remote HTML 11 hours ago Read More
According to the docs, you should use dataType: 'html' for this, the script tags will be evaluated when inserted in the DOM. Also, you can try $(src).contents().filter('scri-pt'), might work in IE.
[validate] Using Rule Name in errorPlacement 13 hours ago Read More
Is it possible to get the failed rule name within the errorPlacement function? There are many times when my requirements want me to put error messages in different places depending on which rule fa...
Custom error message for remote validation 14 hours ago Read More
Hello, I'm using the jQuery Validation plugin (which is awesome by the way). I need to dynamically add a validation rule, so I use the rules("add", rules) method. I set it up to do remote validatio...
Fixed div, content scrolls under it 15 hours ago Read More
I'm looking at the possibility of having navigation at the top of the page, pinned to the top. I'd like for the content to scroll UNDER the container. I've seen it before, but forgot to bookmark it...