ajaxContent jQuery Plugin Updated
Andrea Campolonghi has released v2.1 of his ajaxContent jQuery plugin. The plugin, designed to greatly facilitate the insertion of content into DOM nodes via Ajax calls, has been updated with the following features:
- A new beforeSend callback is now available and fires just before the ajax call is performed
- The plugin now can extend the ajax event to items injected in the DOM from a previous call. Basicaly using the options line is possible to attach a new ajaxContent instance directly to an item that will be load in a previous call. The second event is completely customizabile using a set of options with prefix "ex_"
- BINDING: a new bind option is now avaialble. Basically anytime the binded form element change value the ajax call pass an updated parameter. This gives a wide range of new possibility for the plugin use.
(1 vote)
- Login or register to post comments
- 628 reads
- Flag as offensive
- Email this Story
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)







Comments
Rick Ross replied on Fri, 2008/01/25 - 5:05pm
Congrats, Rey - It's great to see you in action.