All jQuery Tutorials

Get checkbox status using jQuery

Below single line of code will provide the status of checkbox using jQuery. It checks whether the checked is checked or not using jQuery and will return 1 or 0. var isChecked = $('#chkSelect').attr('checked')?true:false; I have noticed that on many website it is written that 'checked' attribute will return true or false, but this is […]
Read the rest of this entry »

Check if Checkbox is checked using jQuery

Yesterday I needed to find out if checkbox is checked or not using jQuery. I was knowing one way to find out but there are couple of other ways as well to find out if checkbox is checked using jQuery. In this post, you will find all different possible ways. You may also like: Check […]
Read the rest of this entry »

Check if radio button is checked or selected using jQuery

Yesterday I need to find out if radio button is checked/selected or not using jQuery. I was knowing one way to find out but there are couple of other ways as well to find out if radio button is checked using jQuery. In this post, you will find all different possible ways. 1. First Way: […]
Read the rest of this entry »

Tutorial for creating simple stylized tooltip using jQuery

In this post, We are going to show you how to create simple stylized tooltip plugin using jQuery. You don't have to use any jQuery plugin to create tooltip. You will learn how easily you can make tooltips using jQuery and CSS. And the good part is that it can be using few lines of […]
Read the rest of this entry »

7 Free and Must jQuery Plugins/Tutorials for Developers

Today, we have collected amazing 7 Free and Must jQuery Plugins/Tutorials for every Developer that you can download for free and use for your next projects. These tutorials covers features like Facebook like registration, Sign in with Google, implementing Site search with Google and others. So browser through these amazing tutorials and give them a […]
Read the rest of this entry »

5+ Interesting, Unique and Cool jQuery Plugin and Tutorials

In today's post find list of some interesting, unique and really cool jQuery Plugins and Tutorials. These plugins are really exciting which do simple things but in different way. jQuery Parallax Animate Curtains Opening jQuery.spritely Sliding Image Puzzle Spacegallery jQuery Heat Map Airport Like Text Effect Feel free to contact me for any help related […]
Read the rest of this entry »

Responsive Menu
Add more content here...