[jQuery] Re: not updating images after ajax request

2009-01-22 Thread pere roca
sorry, unexpectedly adding a random bonus works! thanks to all of you http://edit.csic.es/geoserver/wms/GetLegendGraphic?VERSION=1.0.0&FORMAT=image/png&WIDTH=25&HEIGHT=20&LAYER=topp:test_csvimportgispoints2&sld=http://edit.csic.es/fitxers/sld/initial/points/NO_BORRAR.sld?x=yy

[jQuery] Re: not updating images after ajax request

2009-01-22 Thread Mike Alsup
> I have seen over there that a possible solution can be just to add a time > stamp to the image: > $("#somethin").attr("src", "user1.jpg?x=" + new Date()); > > but it's not useful in my case, as my src points to a web service that > creates an images with the parameters you send; it's something l

[jQuery] Re: not updating images after ajax request

2009-01-22 Thread pere roca
ok, I understand, thanks. I have seen over there that a possible solution can be just to add a time stamp to the image: $("#somethin").attr("src", "user1.jpg?x=" + new Date()); but it's not useful in my case, as my src points to a web service that creates an images with the parameters you sen

[jQuery] Re: not updating images after ajax request

2009-01-22 Thread Genus Project
maybe it is caching the image :) On Jan 22, 1:27 pm, pere roca wrote: > hi all, > > I'm having problems updating images dynamically. The thing is that the src > attribute is allways the same (that's not an error but I need it this way) > but the file the src points to is dynamically created via