Lines Matching refs:bind

662         bind: function (func) {
738 this.dropdown.on("mousemove-filtered touchstart touchmove touchend", resultsSelector, this.bind(this.highlightUnderEvent));
739 this.dropdown.on("touchend", resultsSelector, this.bind(this.selectHighlighted));
740 this.dropdown.on("touchmove", resultsSelector, this.bind(this.touchMoved));
741 this.dropdown.on("touchstart touchend", resultsSelector, this.bind(this.clearTouchMoved));
744 this.dropdown.on("scroll-debounced", resultsSelector, this.bind(this.loadMoreIfNeeded));
765 search.on("keyup-change input paste", this.bind(this.updateResults));
769 this.dropdown.on("mouseup", resultsSelector, this.bind(function (e) {
953 opts.query = this.bind(function (query) {
1046 el.on("change.select2", this.bind(function (e) {
1052 sync = this.bind(function () {
1575 callback: this.bind(function (data) {
1699 callback: this.bind(function (data) {
2038 this.search.on("keydown", this.bind(function (e) {
2067 this.search.on("blur", this.bind(function(e) {
2071 window.setTimeout(this.bind(function() {
2079 this.focusser.on("keydown", this.bind(function (e) {
2112 this.focusser.on("keyup-change input", this.bind(function(e) {
2120 selection.on("mousedown touchstart", "abbr", this.bind(function (e) {
2128 selection.on("mousedown touchstart", this.bind(function (e) {
2145 dropdown.on("mousedown touchstart", this.bind(function() { this.search.focus(); }));
2147 selection.on("focus", this.bind(function(e) {
2151 this.focusser.on("focus", this.bind(function(){
2156 })).on("blur", this.bind(function() {
2162 this.search.on("focus", this.bind(function(){
2599 this.search.on("input paste", this.bind(function() {
2609 this.search.on("keydown", this.bind(function (e) {
2706 this.search.on("keyup", this.bind(function (e) {
2712 this.search.on("blur", this.bind(function(e) {
2721 this.container.on("click", selector, this.bind(function (e) {
2737 this.container.on("focus", selector, this.bind(function () {
2868 input = this.opts.tokenizer.call(this, input, this.data(), this.bind(this.onSelect), this.opts);
2965 .on("click dblclick", this.bind(function (e) {
2973 })).on("focus", this.bind(function () {
3178 this.opts.initSelection(this.select, this.bind(this.updateSelection));