I need to clear the text decoration property of the element using java script.
Currently I am setting text decoration property of element to ‘line-through’. In some point of time i need to undo the strike process.
How to reset the text decoration property using javascript?
Here’s one way:
HTML
CSS
js
http://jsfiddle.net/jasongennaro/nVeGB/