Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrob committed Aug 1, 2009
1 parent e6a43aa commit 6b05df4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions example/has.html
Expand Up @@ -22,10 +22,7 @@
x$(window).load(function(e) {

x$('#click3').click(function(){

console.log(x$('#one').hasClass('bar'));
// x$('li').hasClass('foo', function(e){x$(e).css({color:'red'}); });


});

x$('#add').click(function(){
Expand Down Expand Up @@ -68,6 +65,6 @@ <h1 > Nope</h1>
<button id="add">Chain (red, blue)</button>
<button id="add2">Simple</button>

<button id="click3">hasclass</button>
<button id="click3">button</button>
</body>
</html>

0 comments on commit 6b05df4

Please sign in to comment.