Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167.

This commit is contained in:
John Resig 2009-02-16 18:23:59 +00:00
parent 8533da939d
commit 048fc4555f
5 changed files with 22 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<script type="text/javascript">
testFoo = "foo";
var testFoo = "foo";
jQuery('#foo').html('foo');
ok( true, "test2.html executed" );
</script>