Searched refs:placeholderOption (Results 1 – 2 of 2) sorted by relevance
956 children, placeholderOption, process;977 placeholderOption = this.getPlaceholderOption(); property978 if (placeholderOption) {979 children=children.not(placeholderOption);1793 var placeholderOption;1798 …((placeholderOption = this.getPlaceholderOption()) !== undefined ? placeholderOption.text() : unde…1805 if (this.opts.placeholderOption !== undefined ) {1807 return (this.opts.placeholderOption === "first" && firstOption) ||1808 … (typeof this.opts.placeholderOption === "function" && this.opts.placeholderOption(this.select));2184 var placeholderOption = this.getPlaceholderOption();[all …]
22 …pts.placeholderOption!==b)return"first"===this.opts.placeholderOption&&a||"function"==typeof this.…