ajaxContent jQuery Plugin Updated

Tags:

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.
Andrea has updated his demo page to show these new features in action.

 

3
Average: 3 (1 vote)

(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

(In my best Redd Foxx imitation...) "Oh my, Elizabeth, I'm coming to see you baby! I think this is the big one! Rey has posted!"

Congrats, Rey - It's great to see you in action.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.