My favorites | Sign in
Logo
                
Search
for
Updated Jun 10, 2009 by Lukasz.Rajchel
Locales: en, pl
DocumentationSyntaxMethodsJecValue  
jQuery Editable Combobox documentation syntax method jecValue().

jecValue()

$(selector).jecValue();

Gets the value of editable option.

Returned Value

This method string representation of the value hold in editable option.

jecValue(value[, setFocus])

$(selector).jecValue(value[, setFocus]);

Sets the value and text of editable option.

Parameters

Type Name Description Default value
string | number value value to be set N/A
bool setFocus moves focus to editable option if set to true true

Returned Value

This method returns jQuery object collection with objects which values has been changed.

Hosted by Google Code