mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add jQuery.finish method
This commit is contained in:
@@ -1366,6 +1366,10 @@ function test_find() {
|
||||
.css({ "font-style": "italic", "font-weight": "bolder" });
|
||||
}
|
||||
|
||||
function test_finish() {
|
||||
$(".box").finish();
|
||||
}
|
||||
|
||||
function test_first() {
|
||||
$('li').first().css('background-color', 'red');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user