03
Sep
10

We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we can be able to use or modify some of the values/params. Some times we want to disable/enable some days in … Continue reading

Posted in jQuery | Tagged , , , , , , , , , , | Leave a comment
31
Jan
10

:hidden Selector Selects all elements that are hidden. Elements can be considered hidden for several reasons: They have a display value of none. They are form elements with type=”hidden”. Their width and height are explicitly set to 0. An ancestor … Continue reading

Posted in jQuery | Tagged , , , | Leave a comment
25
Jan
10

Why? jQuery requires a target to perform each action, for example, in order to hide or show an element on the page, first we must find that element. To do so,  jQuery  rely on jQuery’s selector expressions. Borrowing from CSS 1–3, and … Continue reading

Posted in jQuery | Tagged , , , , , | Leave a comment
23
Jan
10

1. What is $ in jQuery? The $ represents the jQuery Function, and is actually a shorthand alias for jQuery. Prototype, jQuery, and most javascript libraries use the $ as the primary base object (or function). Most of them also … Continue reading

Posted in jQuery | Tagged , , , | Leave a comment
23
Jan
10

I wish to write few lines about jQuery before we starts. jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used at about … Continue reading

Posted in jQuery | Tagged , , , | Leave a comment