jqajaxsearch jqAjaxSearch

  1. Documentation
  2. Change Log

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.
2 1
1 follower
1 352 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags:
Developed by: Paul Apostol
Created on: Jun 11, 2009
Last updated: 14 years ago

Downloads

show all