$("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://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 &nbsp; before each link closing tag </a>
> > my links are like this
>
> > <a href="http://jquery.com>jquery </a>
>
> > i want to change it to
>
> > <a href="http://jquery.com>jquery &nbsp;&nbsp;&nbsp;</a>
>
> > is it possible to do something like this in jquery ?
> > thanks in advance.- Hide quoted text -
>
> - Show quoted text -

Reply via email to