equal
deleted
inserted
replaced
120 IriSP.PlayerWidget.prototype.searchButtonHandler = function() { |
120 IriSP.PlayerWidget.prototype.searchButtonHandler = function() { |
121 var self = this; |
121 var self = this; |
122 |
122 |
123 /* show the search field if it is not shown */ |
123 /* show the search field if it is not shown */ |
124 if ( this._searchBlockOpen == false ) { |
124 if ( this._searchBlockOpen == false ) { |
125 this.selector.find( ".ui-icon-search" ).css( "background-position", "-144px -112px" ); |
|
126 |
|
127 this.selector.find(".LdtSearch").show(100); |
125 this.selector.find(".LdtSearch").show(100); |
128 |
126 |
129 this.selector.find(".LdtSearchInput").css('background-color','#fff'); |
127 this.selector.find(".LdtSearchInput").css('background-color','#fff'); |
130 this.selector.find(".LdtSearchInput").focus(); |
128 this.selector.find(".LdtSearchInput").focus(); |
131 this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue); |
129 this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue); |