div wrap for ie
This commit is contained in:
parent
96d1dac9fc
commit
8a2a967e40
|
@ -35,6 +35,7 @@ $('#listLeft ul li a').live("click", function() {
|
||||||
$('#permalinkBtn').attr("href", url);
|
$('#permalinkBtn').attr("href", url);
|
||||||
var searchTerm = $('.searchListField').val();
|
var searchTerm = $('.searchListField').val();
|
||||||
var html = data.html;
|
var html = data.html;
|
||||||
|
html = "<div>" + html + "</div>"; //Wrap to make IE happy
|
||||||
// globalFoo = html;
|
// globalFoo = html;
|
||||||
if (searchTerm != '') {
|
if (searchTerm != '') {
|
||||||
for (var i=0; i<searchTerm.split(" ").length; i++) {
|
for (var i=0; i<searchTerm.split(" ").length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user