How To Clear Form And Update Listview With Ajax?

Hi all!

I try update ListView with that code:


BsHtml::resetButton('Reset', array('color' => BsHtml::BUTTON_COLOR_PRIMARY, 'onclick'=>'$.fn.yiiListView.update(\'ajaxListView\',{data:\'\'});')); 

The form is clearing, but ListView still without changes…

I’m sorry, it’s doesn’t work with resetButton, somehow… but with submitButton it work good. Solved