ajaxContent

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 章昆琦
操作系统 未知
开源组织
适用人群 未知
 软件概览

The plugin refers to an A tag and use the
Href attributes to make the call filling up a #ajaxContent div on the
page with the server resposnse.
The plugin manage:
1) the display of a loading message ( an img if you want )
2) the error message ( cutomizable) display if needed
3) the call of course
4) the loading data in the div
5) the event is click but is customizable as you prefer as of course
the target element.

Is nothing special nut I love to set up my standard ajax like thi:

$('.ajax').ajaxContent();

and let the plugin do the work for me.