zjquery: Add select function.

This commit is contained in:
Yago González 2017-06-22 23:40:40 +02:00 committed by Steve Howell
parent 4b8a52cee0
commit 1343216002
1 changed files with 3 additions and 0 deletions

View File

@ -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);