mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
zjquery: Support $('<div>').html().
This commit is contained in:
@@ -116,6 +116,11 @@ exports.make_zjquery = function () {
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
if (selector[0] === '<') {
|
||||
self.html(selector);
|
||||
}
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user