Jim on May 29th, 2011




A cool Android-type Date Picker with jQuery mobile. This tutorial helps create an amazing Android style date picker with jQuery.

Continue reading about Android-Like Date Picker with jQuery mobile




jQuery-toastmessage-plugin is a JQuery plugin which provides android-like notification messages. It is a quite nice way to report info or error to the user.

Continue reading about jQuery ToastMessage – Android Like Notifications

Jim on April 23rd, 2011




Forms are quintessential. Creating forms in jQuery revolves around the various elements that inturn build a form. This guide walks through the details of creating the various elements, text box, list, button, checkbox radio buttons and other elements with jQuery that will help you craft your forms in jQuery.

Continue reading about A Guide To Creating Forms In jQuery

Jim on April 17th, 2011




The :submit selector selects all elements of type submit. The :submit selector typically applies to button or input elements. Note that some browsers treat <button> element as type=”default” implicitly while others (such as Internet Explorer) do not.

Continue reading about jQuery Submit Selector

Jim on April 17th, 2011




A simple example to select a radio button with jQuery dynamically. This tutorial explains how to select a radio button with jQuery.

Continue reading about How to select a radio button with jQuery