/**
* 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