Since Jquery is lightweight and fast therefore very much popular. Today I have collected 11 latest jquery plugins which may enhance your web application interface. Have a look! 1. Filter Images View Demo . 2. Jtrack View Demo . 3. Pajinate View Demo . 4. Image Zoomer View Demo . 5. Micro Gallery View Demo [...]
Image flipping becoming popular these days and many major blogs and websites already using it. Flips add good user interface experience and therefore giving better feel and look to web application. Here is the collection of 10 best jquery flip plugins which may be implemented in your upcoming projects.
A slideshow is a display of a series of chosen pictures, which is done for artistic or instructional purposes. And if the slideshow is cool and sexy , it would surely add glamor and feeling of impressiveness. Here is the list of 14 cool galleries and slideshows using javascript which may addimpressive looks to your [...]
Today I have tried to make auto-complete using jquery and css inspired by facebook. Auto-complete functionality can be used in filling e-mail ids or maybe story tags. The implementation is very easy.
From my previous article of content slider , today I am using same HTML and CSS but producing fade effect rather than slide one. This can be easily done by adding two simple functions on the current jquery code. Lets see how I have achieved this. . Here is the DEMO . HTML setup Simply [...]
Sometimes we need to fill two divs simultaneously using ajax. Generally , we use two different ajax calls to achieve this rather knowing the fact that it can also be done using single ajax call. One simple example is better than hundered words. Lets setup an example.
The things that bugs a web developer is the way they have to find the right documentation for what we search for. For example if we try to search function bind() it may produce over 100 matches before the actual function we are looking for. So as to minimize these redundancy I have collected 6 [...]
Form validation is one of the most important aspect on any web application. More the form is secure more secure will be the application. So as to validate form using jquery , is really simple and can be highly customize.
To check all and uncheck all checkboxes using jquery is real fun. I tried making for my current project and shared with you for simple copy and paste elements.
As we know jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML and is most popular JavaScript library in use today. While digging through articles , found some plugins which I haven’t seen. Check out!
Jquery is very clean and easy to integrate in web applications. To create password strength checker with jquery is simple and can be done easily. Recently , in my latest project , I have used it and liked the way it changes color.