Question for those who know more about this stuff than I: I'm using
jQuery on an interactive site, essentially it creates widget type
things from rss feeds. So users can add and close these widgets and
yada yada. The problems is, a lot of the widgets end up having a lot
of images in them and I've noticed that upon closing the widget, which
removes all <imgtags from the dom, the image transfers continue. Is
there any way to stop an image transfer?
jQuery on an interactive site, essentially it creates widget type
things from rss feeds. So users can add and close these widgets and
yada yada. The problems is, a lot of the widgets end up having a lot
of images in them and I've noticed that upon closing the widget, which
removes all <imgtags from the dom, the image transfers continue. Is
there any way to stop an image transfer?
Comment