This jQuery codehelps you add smooth SCROLL animation when you click to Go To link in your web page. I am using .animate jQuery function in following code. In this tutorial you will learn how you can create an animated scroll to top or any element with jQuery. Create Button or Link First we need… Continue reading Smooth scrolling between sections of Web page using jQuery
Category: JQuery
jQuery is a client-side scripting language for manipulating DOM structure after loading. It’s very light,easy and fast to event handling, applying animation etc
Browse/Upload button Validation using Javascript
Here you can learn how to add client side validation on Browse/Upload button. JQuery helps a lot to add such type of client side validation on HTML DOM.
Get URL Variables
PHP Tricks provide a function which helps to get URL parameters using JavaScript. This is very easy function to quick edit.
Get URL parameters using jQuery
jQuery code snippet to get the dynamic variables stored in the url as parameters and store them as JavaScript variables ready for use with your scripts. Used differently to Hash Url’s as the world turns to dynamic web apps. Thus things like Decoding URL Strings will be ever popular for years to come.