Skip to main content

Bug Tracker

Side navigation

#1276 closed bug (duplicate)

Opened June 07, 2007 07:04AM UTC

Closed June 14, 2007 03:08PM UTC

Last modified June 21, 2007 03:53AM UTC

.loadIfModified() won't work in FF2.0

Reported by: kklou Owned by:
Priority: major Milestone: 1.1.3
Component: ajax Version: 1.1.2
Keywords: .loadIfModified() Cc:
Blocked by: Blocking:
Description

In FF2.0, the .loadIfModifed() did not show the ajax return data, but displayed the original content only.

The same coding worked well in IE6, Opera 9.02.

coding as following:

$("#SiteInfo .Content a").click(function(){

$("#Console .Content").loadIfModified(this.href);return false;});

when the anchor is clicked, the #Console.Contentn should display the ajax return content.

IE6 Opera9.02 works well.

But FF2.0 display the original content instead of the ajax return content.

If the .loadIfModified() changed to .load(), no problem encounted.

Attachments (0)
Change History (1)

Changed June 14, 2007 03:08PM UTC by john comment:1

resolution: → duplicate
status: newclosed