mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
update jQuery 1.9 css method
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="jquery-1.8.d.ts" />
|
||||
/// <reference path="jquery-1.9.d.ts" />
|
||||
|
||||
function test_add() {
|
||||
$("p").add("div").addClass("widget");
|
||||
@@ -829,9 +829,9 @@ function test_css() {
|
||||
height: function (index, value) {
|
||||
return parseFloat(value) * 1.2;
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
var dims = $("#box").css([ "width", "height", "backgroundColor" ]);
|
||||
}
|
||||
|
||||
function test_cssHooks() {
|
||||
|
||||
Reference in New Issue
Block a user