[jQuery] How to append something after input tag??

2006-11-14 Thread 董���C
Dear all, This My html E-Mail * === Now I want to add some html string after input tag, like : ... I try : $(this).find("input").id(fv).append(''+tt+''); But it is not work! Please give me some tips. Thanks anyway Tung ___

Re: [jQuery] How to append something after input tag??

2006-11-14 Thread Realazy XA Chen
On 11/14/06, 董軒綜 <[EMAIL PROTECTED]> wrote: Please give me some tips.Simply try this:(not test)$("#email").after("'+tt+'");-- Laziness, DRY always. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to append something after input tag??

2006-11-14 Thread 董軒綜
Dear Chen,     it's work! thanks a lot!! Tung Realazy XA Chen 写道: On 11/14/06, 董軒綜 <[EMAIL PROTECTED]> wrote: Please give me some tips. Simply try this:(not test) $("#email").after("'+tt+'"); -- Laziness, DRY always. ___ jQu