mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
zjquery: Add select function.
This commit is contained in:
committed by
Steve Howell
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);
|
||||
|
||||
Reference in New Issue
Block a user