Continuing IE7 testing, conditional attr fixes and hooks with feature testing. Will figure out a way to shorten after the test suite passes.
This commit is contained in:
parent
ebb8e8e300
commit
8cd30c62d8
4 changed files with 68 additions and 70 deletions
|
@ -824,4 +824,4 @@ test("addClass, removeClass, hasClass", function() {
|
|||
ok( jq.hasClass("cla.ss3")==false, "Check the dotted class has been removed" );
|
||||
jq.removeClass("class4");
|
||||
ok( jq.hasClass("class4")==false, "Check the class has been properly removed" );
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue