This extension is for live ajax search
protected/extensionsSee the following code example:
$this->widget('application.extensions.jqAjaxSearch.AjaxSearch', array('action'=>array('search'), 'target'=>'search_results', 'minChar'=>2));
target looks like:
<div id="search_results"></div>
the action must return valid html
Total 3 comments
for me this works perfekt with xampp but when i upload it to my apache2 server i always get the js error:
.ajaxSubmit is not a function
:(
maybe yii doesn't find the js file? but the
$juiBaseUrl.'/jquery.form.js'
is correct...
can anybody help me?
you can dl the new version. I hope it's working this time
$("#searchformltjqas74").ajaxSubmit is not a function
Please help
Leave a comment
Please login to leave your comment.