[jQuery] Re: a question about simple manipulation

2008-02-16 Thread Jamie
$("a").append("   "); Will append the spaces to all a tags on your page. And like Cloudream said, check out the demos. The jQuery site has loads of great demos for doing just about anything. - Jamie Goodfellow On Feb 16, 9:53 am, Cloudream <[EMAIL PROTECTED]> wrote: > learn demos onhttp://d

[jQuery] Re: a question about simple manipulation

2008-02-16 Thread Cloudream
learn demos on http://docs.jquery.com/Manipulation :) On Feb 16, 9:08 pm, amir abbas <[EMAIL PROTECTED]> wrote: > hi everybody > i want to add some html character to end of all links. > i want to add three   before each link closing tag > my links are like this > > http://jquery.com>jquery > >