File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 137
137
var $this = $ ( this ) ;
138
138
var parent = this . parentNode ;
139
139
var description = this . innerHTML ;
140
- var title = this . title ;
140
+ var title = this . title === "" ? this . textContent : this . title ;
141
141
var value = this . value ;
142
142
var inputID = 'ui-multiselect-' + ( this . id || id + '-option-' + i ) ;
143
143
var isDisabled = this . disabled ;
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > jQuery UI MultiSelect Widget Unit Tests</ title >
5
5
< link rel ="stylesheet " href ="qunit.css " type ="text/css " media ="screen " />
6
- < link rel ="stylesheet " href ="http ://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base /jquery-ui.css " type ="text/css " media ="screen " />
6
+ < link rel ="stylesheet " href ="https ://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4 /themes/smoothness /jquery-ui.css " type ="text/css " media ="screen " />
7
7
< link rel ="stylesheet " href ="../../jquery.multiselect.css " type ="text/css " media ="screen " />
8
8
< link rel ="stylesheet " href ="../../jquery.multiselect.filter.css " type ="text/css " media ="screen " />
9
9
</ head >
@@ -32,8 +32,8 @@ <h2 id="qunit-userAgent"></h2>
32
32
</ optgroup >
33
33
</ select >
34
34
35
- < script type ="text/javascript " src ="http ://ajax.googleapis.com/ajax/libs/jquery/1 /jquery.min.js "> </ script >
36
- < script type ="text/javascript " src ="http ://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.js "> </ script >
35
+ < script type ="text/javascript " src ="https ://ajax.googleapis.com/ajax/libs/jquery/2.2.0 /jquery.min.js "> </ script >
36
+ < script type ="text/javascript " src ="https ://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4 /jquery-ui.min .js "> </ script >
37
37
< script type ="text/javascript " src ="../../src/jquery.multiselect.js "> </ script >
38
38
< script type ="text/javascript " src ="../../src/jquery.multiselect.filter.js "> </ script >
39
39
< script type ="text/javascript " src ="qunit.js "> </ script >
You can’t perform that action at this time.
0 commit comments