Dear all,
This My html
E-Mail
<em>*</em></label>
<input name="email" id="email" type="text">
<br>
===================================================
Now I want to add some html string after input tag,
like :
<input name="email" id="email" type="text">
<span class="style1">.......</span>
I try :
$(this).find("input").id(fv).append('<br/><span class="style1">'+tt+'</span>');
But it is not work!
Please give me some tips.
Thanks anyway
Tung
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/