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?
|
|
|
|
|
|
|
Script
|
||||||||||
|
|
|
If elm is the link:
|
||
|
|
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:
|
||||||||
|
