This extension is for live ajax search
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See 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
Change Log ¶
June 11, 2009 ¶
- Initial release.
hi
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?
fixed error ;)
you can dl the new version. I hope it's working this time
Got error
$("#searchformltjqas74").ajaxSubmit is not a function
Please help
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.