Users Pricing

forum

home / developersection / forums / how to apply custom css on element on hover-in and hover-out in jquery?

How to apply custom CSS on element on hover-in and hover-out in jquery?

Anonymous User 1488 18 Mar 2018

Hi,

I want to apply custom CSS on HTML element on mouse hover-in and hover-out from jquery.

<span>

     <input title="Click to submit" name="" onclick="return on_button_click(this);" type="submit" value="" class="btn-Submit">
 </span>

Please give me some idea to achieve this task.


I am a content writter !


1 Answers