Skip to main content

Bug Tracker

Side navigation

#10698 closed bug (invalid)

Opened November 07, 2011 03:05AM UTC

Closed November 07, 2011 03:15PM UTC

.load() throws exception in Opera 11.52

Reported by: zoszsoz@gmail.com Owned by:
Priority: low Milestone: None
Component: ajax Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

I am loading in some basic html into a div using:

Load the page

$('#pageContent').load('home.html', function()

{

do some stuff once loaded

}

This loads in the html from the home.html page fine in the latest versions of Firefox and Chrome (Windows 7) however throws an exception in Opera 11.52 and doesn't load in the html.

Here's the error from the console:

Uncaught exception: DOMException: NOT_SUPPORTED_ERR

$('#pageContent').load('home.html', function()

called from line 35, column 1 in <anonymous function>() in mysite/js/main.js:

Any ideas? Thanks!

Attachments (0)
Change History (1)

Changed November 07, 2011 03:15PM UTC by timmywil comment:1

component: unfiledajax
priority: undecidedlow
resolution: → invalid
status: newclosed

Thanks for taking the time to contribute to the jQuery project! Please ask for support on the forums or on the #jquery irc channel.