> -----Original Message-----
> From: Scott Stewart [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 12, 2008 1:51 PM
> To: CF-Community
> Subject: Can anyone answer a JQuery Question? [Fwd: JQuery Plugin:
> ajaxContent questions]
> 
> -------- Original Message --------
> Subject:      JQuery Plugin: ajaxContent questions
> Date:         Fri, 12 Sep 2008 11:07:08 -0400
> From:         Scott Stewart <[EMAIL PROTECTED]>
> To:   [EMAIL PROTECTED]
> 
> 
> 
> Hi all,
> 
> I'm using the ajaxContent plugin, it's loaded via a ColdFusion template
> (header.cfm)
> 
> I'm running into a couple of issues with it..
> 
> 1) It positively will not load pages into a div in IE7 (works on one
> page in Firefox)

I've not used this, but I've had some trouble in IE where new content would
not load into a DIV unless I first "null" the content.  Something like this:

                        // "null" the old (to clear it)
                Panel.innerHTML = null;

                        // Load the content
                Panel.innerHTML = Content;


> 2) I'm running it on multiple pages, however it will not work on one
> page while working on another, the code is identical with the exception
> of the called page.
> 
> and ideas on what's going on?

Again I'm not sure... but I'd almost guarantee that it's using a single
(probably global) object to do the work.  Since (presumably) the object is
shared you won't be able to simultaneous work.

If you find out that this is the case (I could be wrong) post back: there
are definitely alternatives that might work.

Jim Davis


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:269131
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to