Category: jQuery

Leveraging the jQuery UI effects framework for Fueling jQuery

With jQuery UI emerging as the best means for creating dynamic and feature-loaded user interfaces, the pursue for innovative jQuery UI effects framework is most likely to continue. The existence of third-party JavaScript libraries has helped developers to write bug-free web applications at a faster pace. Today, it’s actually tedious to track a software developer who doesn’t work using a...

Leverage Your Business With Mobile Web Apps By Deploying jQuery Mobile

The fluctuating user behavior and advancements in technology has opened the doors of opportunities for businesses with an efficient channel that helps target wider audience base. The importance of online presence is not hidden from anyone. It helps businesses cater to the needs of their customers and promote their products and services across the globe. There are numerous ways of...

Working with wrap in jQuery, (How to add an element around another element in jQuery)

jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 55% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today. Here we will discuss 5 quick jQuery examples.   wrap() This function is used to wrap a given element with the newly provided element. Say if...

Allowing fixed number of check box to be checked using jquery

We look at how we can fix the number of check boxes allowed to be checked in a group. Say you want to allow user to choose only 3 check box at maximum, You can do so by using a little bit of jQuery. What we are going to do in this tutorial is that we will have a set...