|
DocumentationSyntaxMethodsJecPref
jQuery Editable Combobox documentation syntax method jecPref().
jecPref(name)$(selector).jecPref(name); Gets the specified preference value. Parameters
Returned ValueThis 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
Returned ValueThis method returns jQuery object collection with objects which preferences has been changed. |