Tuesday, 15 August 2017

Add style to div on mouseover effect with query

Here is the working  jquery code:

jQuery("#div").mouseover(function() {
jQuery(this).css({ "background": "#ffffff", "box-shadow": "0 -1px 4px -1px rgba(0, 0, 0, 0.3)", "position": "relative", "z-index": "999999999", "border-radius": "none" }); });

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: