I have a button that I'm trying to hide once clicked. Also I just don't want to hide it I want it to style='display:none' once clicked.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
To make it unobtrusive and work on earlier IE and other modern browsers: the HTML:
JavaScript:
Note that Sample on http://jsfiddle.net/W37Fb/5/ |
|||||||||||||
|
see example: http://jsfiddle.net/uWfYk/ |
|||
|
Attach a
|
|||
|
|
|
Using jquery as follows
Using pure JS |
|||||||||||
|
