mirror of https://github.com/zulip/zulip.git
zjquery: Add select function.
This commit is contained in:
parent
4b8a52cee0
commit
1343216002
|
@ -141,6 +141,9 @@ exports.make_zjquery = function () {
|
|||
keyup: function (arg) {
|
||||
generic_event('keyup', arg);
|
||||
},
|
||||
select: function (arg) {
|
||||
generic_event('select', arg);
|
||||
},
|
||||
remove: function () {
|
||||
if (my_parent) {
|
||||
my_parent.remove_child(selector);
|
||||
|
|
Loading…
Reference in New Issue