Opened 11 years ago
Closed 11 years ago
#10698 closed bug (invalid)
.load() throws exception in Opera 11.52
Reported by: | 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!
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please ask for support on the forums or on the #jquery irc channel.