[thelist] ie caching ajax

Hassan Schroeder hassan.schroeder at gmail.com
Wed May 7 18:21:11 CDT 2008


On Wed, May 7, 2008 at 3:17 PM, Brian Cummiskey <Brian at hondaswap.com> wrote:

>  > Have you tried a non-"innerHTML" method of replacing that content,
>  > using document.createElement()?

>  I haven't, as frankly, it's a huge chunk of code (all the items in the
>  cart).   I'm hoping to find a work around sticking with innerHTML.

Welll... strictly for troubleshooting, why don't you try with a single
mock item?

And really -- "all the items in the cart"? Pentagon buying parts for a
battleship? Can it really be that intensive to loop through the result
from the server and build the structure to add? :-)

But at least trying a simple mocked case would let you know if it
might solve your issue..

FWIW,
-- 
Hassan Schroeder ------------------------ hassan.schroeder at gmail.com



More information about the thelist mailing list