jecValue()$(selector).jecValue(); Gets the value of editable option. Returned ValueThis 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 ValueThis method returns jQuery object collection with objects which values has been changed.
|