Works a treat.
Gracias !
Karl Swedberg-2 wrote:
>
>
> Hi there,
>
> I think you can do it this way:
>
> $("#myDiv [title*='_']").attr('title',function () {
> return this.title.replace(/_/g,' ');
> });
>
> --Karl
>
> Karl Swedberg
> www.englishrules.com
> www.learningjq
Hi there,
I think you can do it this way:
$("#myDiv [title*='_']").attr('title',function () {
return this.title.replace(/_/g,' ');
});
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 30, 2008, at 10:03 AM, 5atfink wrote:
I'm sure this is eas
2 matches
Mail list logo