I have an html page which has a link called "open". Once the link is clicked the text "open" should change to "close". How do I do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Script
|
|||||||||||
|
You could also call some type of toggle function for swapping the text on multiple clicks.
|
||||
|
addEventListener is not supported in IE. If you don't need other onclick events on the link, use this:
|
|||||||||
|
|
If elm is the link:
|
|||||||
|