1
0
mirror of synced 2024-11-23 13:36:01 +03:00

Make select whole select clickable in IE8

This commit is contained in:
leipie 2013-04-09 17:12:01 +02:00
parent d2f27a0a8a
commit d1c81dfbe2

View File

@ -1608,7 +1608,7 @@ the specific language governing permissions and limitations under the Apache Lic
"class": "select2-container" "class": "select2-container"
}).html([ }).html([
"<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>", "<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>",
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>", " <span>&nbsp;</span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
" <div><b></b></div>" , " <div><b></b></div>" ,
"</a>", "</a>",
"<input class='select2-focusser select2-offscreen' type='text'/>", "<input class='select2-focusser select2-offscreen' type='text'/>",