Jquery Archive
12 Apr 2016
jQuery tricks for DOM Manipulation

jQuery tricks for DOM Manipulation In this article we will explore jQuery’s methods that help a web developer in their daily work. 1. Changing attributes with jQuery We can change HTML DOM elements like Divs, Lists, form elements etc ‘s attributes using jQuery very easily. addClass We can use add class to each set of
12 Nov 2013
JQuery – How go to anchor tag without showing hashtag in URL

We use named anchors or # tags to access certain part of a page like http://www.example.com#middle. Now clicking on this tag will take user to this tag but it will show whole url in address bar. If we want not to show # url in address bar but want to use named anchors. Use Jquery