Hello,

image.src = image.src.replace(/_thumb/, "");

This isn't really a jQuery task, but a plain JavaScript one. Do
yourself a favor and learn the language.

On Fri, Oct 31, 2008 at 12:03 AM, stilfx <[EMAIL PROTECTED]> wrote:
>
> looking to kill _thumb in an image src string using jquery
>
> effectively making
>
> <img src="image_thumb.jpg" />
>
> to this
>
> <img src="image.jpg" />
>
> Any help is appreciated!
>
> >
>



-- 
Leonid

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to