Hi there, I used the following 2 functions to change the text on a button and open a hidden div at the same. I want to revert back to the original text on the button (read more..) when I click to close the div again.
Please help :D
Please help :D
Code:
function onclick(){
javascript:readmore('text1')
}
function valChange(){
document.myForm.myButton.value="...reduce text"
}
Comment