Quote:
Originally Posted by Gemma
No sure to be honest, the only wording that would need changed is the bits in red.
in the v3Arcade_PLAY template edit
Code:
<div id="command"><a class="lightSwitcher" href="javascript:foo();">Turn off the lights</a></div>
And in the lights.js file
Code:
$(this).html("Turn off the lights").removeClass("turnedOff");
else
$(this).html("Turn on the lights").addClass("turnedOff");
|
that's exactly what i did, it translate it not good, how can i defined the coding langauge in js?