mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
testrunner: Misc
This commit is contained in:
parent
0a1b0db347
commit
63f8bb7027
@ -429,6 +429,9 @@ test("jQuery.Event.currentTarget", function(){
|
|||||||
$elem.trigger('click');
|
$elem.trigger('click');
|
||||||
// Native event (#4033)
|
// Native event (#4033)
|
||||||
triggerEvent( $elem[0], 'click' );
|
triggerEvent( $elem[0], 'click' );
|
||||||
|
|
||||||
|
// Cleanup
|
||||||
|
$elem.unbind();
|
||||||
});
|
});
|
||||||
|
|
||||||
test("toggle(Function, Function, ...)", function() {
|
test("toggle(Function, Function, ...)", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user