My favorites
|
Sign in
jquery-jec
Editable combobox for jQuery
Project Home
Downloads
Wiki
Issues
Source
Search
Search within:
All wiki pages
Featured pages
Current pages
Deprecated pages
for
‹‹
››
Documentation
Requirements
Setup
Syntax
Methods
jec()
jecOn()
jecOff()
jecKill()
jecValue()
jecPref()
$.jec()
Selectors
:editable
:uneditable
Examples
Known Issues
Demo
Incompatibile Changes
Changelog
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0RC2
1.0.0RC
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2
0.1
UnitTests
Updated
Jun 10, 2009
by
Lukasz.Rajchel
Locales:
en
,
pl
DocumentationExamples
jQuery Editable Combobox documentation examples.
Examples
#1 Change every
select
element to editable combobox.
$('select').jec();
#2 Change every
select
element to editable combobox using existing
option
values.
$('select').jec({'useExistingOptions': true});
Hosted by