[wd_asp elements=’search’ ratio=’100%’ id=1]

Change css with javascript and disable button

12th June 2013

CSS

Css - Codehaven

If you want to change the CSS by using JavaScript then this code will help.

getelementbyid is very handy!


//OR

onclick="this.style.display = 'none'

Look here if you want to change CSS with Jquery