object [.doThis().andThis().andAlsoThis()]
Is there a way to do this with jQuery?
$(a){.hide();.addClass();}
***Instead of ***$(a).hide();$(a).addClass();
Post a Comment
No comments:
Post a Comment