Skip to content

Need to click a keyboard button On mouse over #626

@yourplansGit

Description

@yourplansGit

mouseenter: function () {
var aClick = $(this);
$(aClick)[0].click(function(){ }); // click current button is mouse over
},
mouseleave: function () {
}
}, 'button.ui-keyboard-button');

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions