Lines Matching defs:type

410      * @param options.dataType request data type: ajax, jsonp, other datatypes supported by jQuery's $.ajax function or the transport function if specified
433 type: options.type || 'GET', // set type of request (GET or POST)
1104 details= $.extend({}, details, { type: "change", val: this.val() });
1521 this.opts.element.trigger({ type: "select2-highlight", val: this.id(data), choice: data });
1593 this.opts.element.trigger({ type: "select2-loaded", items: data });
1745 this.opts.element.trigger({ type: "select2-loaded", items: data });
1846 // when attached to input type=hidden or elements hidden via css
1882 "<input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' />",
1886 " <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'",
2191 this.opts.element.trigger({ type: "select2-removed", val: this.id(data), choice: data });
2349 this.opts.element.trigger({ type: "select2-selected", val: this.id(data), choice: data });
2483 " <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>",
2885 this.opts.element.trigger({ type: "selected", val: this.id(data), choice: data });
3023 this.opts.element.trigger({ type: "select2-removed", val: this.id(data), choice: data });
3203 throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");
3373 type: "GET",