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

Added in 1.1.0

jecPref(name)

$(selector).jecPref(name);

Gets the specified preference value.

Parameters

Type Name Description Default value
string name preference name N/A

Returned Value

This method returns preference value of type specific to given preference. More details on preference types can be found on jec() page.

jecPref(name, value)

$(selector).jecValue(name, value);

Sets the value of the specified preference. Value type must match allowed value type for specific preference.

Parameters

Type Name Description Default value
string name preference name N/A
any value value to be set null

Returned Value

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

Hosted by Google Code