Latest posts on tagged on "JQuery"

How to glow a message highlight using JQuery UI?

22 August 2016

In this article I will show how to glow a message highlight for 2 seconds using highlight effect implemented in jQuery UI. We can set color and time duration for the effect.

How to get the value from Html data-id using JQuery?

3 August 2016

If you want to get the data id value from the html element like anchor tag, button or li when the user clicks, you can get using $(this).attr(“data-id”) and in newer versions >=1.4.3 we can use $(this).data().