I need to change text to change. How can do it with jQuery?
<form name="loginform" id="loginform" action="" method="post">
<p>
<label for="user_login">text to change<br />
<input type="text" name="log" value="" /></label>
</p>
</form>
Give this a try then:
Fiddle
I give no warranties on the performance of this though 🙂 but otherwise it should do.