Latest posts on tagged on "JQuery"

How to animate tooltip with time duration using jQuery?

17 May 2016

We can animate tooltip by showing and hiding using property show and hide. Here we are using JavaScript object to specify the property animation duration, effect and delays.

How to create simple jQuery tooltip?

17 May 2016

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?

15 May 2016

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.

How to get Raw DOM object from jQuery object in jQuery?

15 May 2016

Selecting the page elements on the page will return the JQuery object, not the raw DOM oject. But we can get single DOM object via jQuery get method. $(“div”)[0].

How to implement .eq method in jQuery?

15 May 2016

If we want make selection with jQuery, we can chain the .eq() method and pass the index of the selection. Below example we will select the cricket team with 8 key players of two teams.

How to play audio on hover using jQuery?

13 May 2016

In this article we will discuss to play audio on hover using jQuery. We are going to use HTML5 without flash. We need an audio element with mp3.