Skip to content

A select replacement launches a dialog list. The list is searchable and can be extended with expanded views.

Notifications You must be signed in to change notification settings

moridianmess/advancedSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advancedSelect

A select replacement which launches a dialog list. The list is searchable and can be extended with expanded views.

Full Documentation and examples are available at moridiweb.com.

By default ajaxExtend is required for JSON calls, this can be overridden.

By default templateEngine is required for loading the design, this can be overridden.

<script src="jQuery.advancedSelect.js"></script>
<link type="text/css" rel="stylesheet" href="advancedSelect.css" />
<select class="advancedSelect">
	<option value="">None</option>
	<option value="1">Left</option>
	<option value="2">Right</option>
</select>
$('.advancedSelect').advancedSelect({
	templateDir: "/templates/advancedSelect/"
});

About

A select replacement launches a dialog list. The list is searchable and can be extended with expanded views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published