How To Create Scroll To Top Button With jQuery

How To Create Scroll To Top Button With jQuery

Scroll to top button feature in a website allow users to scroll to top of web page smoothly. If website page have more content then it is tough task for user to go top of such web page after reading its content. So for good user experience we must add scroll to top button so … Read more

Display Loading Image While Page Loads Using jQuery and CSS

Display Loading Image while Page Loads Using jQuery and CSS

When we build web applications then web page takes time to load and if there is lots of image ,jquery script and css then it takes more time to load. Mostly website users close webpage when it takes more time to load,in such type of a case we try to optimize web pages to maintain … Read more

How to Get Selected Radio Button Value in jQuery

How to Get Selected Radio Button Value in jQuery

In this tutorial we are going to see how to get selected or checked radio button value in jQuery. Here we will use :checked selector with val() to get selected radio button value from a group of radio buttons. It is very easy to get selected value using jquery. jQuery selectors are used to select … Read more