Here are few useful jQuery related resources worth a look/bookmarking:
- Cheat sheet for jQuery: static image
- Cheat sheet for jQuery: iPod Touch/iPhone
- Focus on a DOM element with ID “elementID”
$("#elementID").focus();
Here are few useful jQuery related resources worth a look/bookmarking:
$("#elementID").focus();