seasrobles
New Member
A simple JavaScript onclick event is not working but I don't understand why, here is the code:\[code\]<button onclick="removeLol()">remove style</button>function removeLol() { alert("hello");}\[/code\]and here is a simple example: http://jsfiddle.net/YNQg6/1/