Jquery date picker examples

In this entry I try to collect some examples in using Jquery date picker to help newbies quick familiar with this plugin, and give som...

Handling check box event with Jquery

In this post, I try to make some script for handling checkbox event with jQuery. HTML checkbox object support all standard events, so I ...

3 reasons why you should let Google host jQuery for you

 When using Jquery, have you ever thinking of how to make your web page or your web app load faster and faster. I used jQuery for a long t...

jQuery selector can't select id or class which contains @ # !"$%&'()*+,./:;<=>?[\]^`{|}~

 When developing front end interface of application in javascript and HTML using Jquery. You may face with the Problem that jQuery selector ...

Jquery .each() function

Download jquery library and try this code : <html>     <script type="text/javascript" src="jquery.js"><...

Resize embedded video using jQuery

When developing a website, we often get some problem with size of video , img and content in web interface. If using responsive design layou...