Quote:
Originally Posted by TTG
Been using this for some time now .. simply add it as a new BB code :-
HTML Code:
<div class="spoiler"> <input type="button" class="button" onClick="this.nextSibling.nextSibling.style.display='block';this.parentNode.removeChild(this);" value="Show spoiler"> <span class="content" style="display:none">Spoilertext</span> </div>
Produces a single click button.
|
I used that, and the button works, but all it shows is "Spoilertext" and not what i typed.