$("img", "#preview").attr("src").replace(/\?.*$/g) what's wrong with this? i try to strip of all text after ? and the ?....
- [jQuery] replace not working... Equand
- [jQuery] Re: replace not working... Aaron Heimlich
$("img", "#preview").attr("src").replace(/\?.*$/g) what's wrong with this? i try to strip of all text after ? and the ?....