- Add JQuerify bookmarklet to this page. (Get JQuerify here)
- $('#hideh1').click(function() {$("div[class='titlewrapper']").hide();});
- $('#showh1').click(function() {$("div[class='titlewrapper']").show();});
- $('#toggleh1').click(function(){$("div[class='titlewrapper']").toggle();});
Example taken from here... docs.jquery.com
Use the following buttons to show and hide this blogs title.
No comments:
Post a Comment