jQuery Plugin insertAt() For Comparator-Based Insertion
Updated: 2011-06-30 17:03:00
When creating or augmenting user interfaces with JavaScript, I often find myself in a situation where I have to insert a new DOM element into a collection of existing DOM elements based on some sort of comparison. Sometimes the target of this comparison is the text() value of the given nodes; more often it's a custom data attribute. In either case, I have to iterate over the target collection in order to determine where the new DOM element needs to be inserted. This task always feels more com ... ead More raquo;

: bassistance.de Jörn Zaefferer on Bass , Geeks and Rock’n'Roll Blog About jQuery plugins Wordpress Plugins jQuery plugin : Validation This jQuery plugin makes simple clientside form validation trivial , while offering lots of option for customization . That makes a good choice if you’re building something new from scratch , but also when you’re trying to integrate it into an existing application with lots of existing markup . The plugin comes bundled with a useful set of validation methods , including URL and email validation , while providing an API to write your own methods . All bundled methods come with default error messages in english and translations into 36 . locales The plugin is written and maintained by Jörn Zaefferer , a member of the jQuery team lead developer on the jQuery