手动调用ajax更新yii中的list view

前端之家收集整理的这篇文章主要介绍了手动调用ajax更新yii中的list view前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

/**
 * Performs an AJAX-based update of the list view contents.
 * @param id string the ID of the list view container
 * @param options map the AJAX request options (see jQuery.ajax API manual). By default,* the URL to be requested is the one that generates the current content of the list view.
 */
$.fn.yiiListView.update(id,options);

id是list view的id,options可以加一些附加参数。具体可以见yii自动生成的jquery.yiilistview.js

原文链接:https://www.f2er.com/ajax/166389.html

猜你在找的Ajax相关文章