Top Solutions

How to iterationg and modifying array with jQuery.map ?

In this article we will learn how to iterationg and modifying array with jQuery.map. We can loop each element in the array and modify the value.$.map(). The $.map() method will takes the array and callback method as argument, while iterating using substring we are taking first 3 letters.

How to create simple jQuery tooltip?

JQuery tooltip allows lot of customization such as positioning, appearance and ajax results. Below example label element title display the native tooltip for the textbox displays jQuery tooltip.

How to adding plugin to a page in JQuery?

To add plugin to a page, we need to download plugin.js file and also include jQuery Library to the script block of the page. Below example we are going to make a slideshow effect using cycle plugin. It provides different options to have different transition effects and layouts.