Stop Image Download when <img> is gone

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dysfunct

    Stop Image Download when <img> is gone

    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?
  • Jeremy J Starcher

    #2
    Re: Stop Image Download when &lt;img&gt; is gone

    On Sat, 01 Mar 2008 12:43:21 -0800, dysfunct wrote:
    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.
    You have my (our?) sympathies.

    You would get best help on a jQuery related forum.

    Many here on c.l.j won't/can't help with jQuery related issues and those
    who MAY be willing to help would need to see a stripped down example of
    your problem.

    Not the full web site, just the minimum needed to reproduce the issue.

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: Stop Image Download when &lt;img&gt; is gone

      dysfunct wrote:
      Question for those who know more about this stuff than I: I'm using
      jQuery [...]
      jQuery is junk. Rewrite it or dump it, you can't like it.


      PointedEars
      --
      var bugRiddenCrashP ronePieceOfJunk = (
      navigator.userA gent.indexOf('M SIE 5') != -1
      && navigator.userA gent.indexOf('M ac') != -1
      ) // Plone, register_functi on.js:16

      Comment

      Working...