i want to know that how to work the below code?
$('.categoryFilter').change(function(){
category = $('.categoryFilter').serialize();
$.fn.yiiListView.update(
'ajaxListView',
{data: category}
);
});
this code taken from this link.
pls explain the working of this code?
thanks

Help












