Side navigation
#13449 closed bug (notabug)
Opened February 13, 2013 06:21PM UTC
Closed February 24, 2013 09:40PM UTC
AJAX Load on Safari, Chrome not working
Reported by: | kate | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please help! Simple question. Not a developer, just trying to build my own web site...
Managed to get through the various HTML, CSS issues accross browsers fine, but now stuck with JQuery/AJAX Load. The following script in the HTML document is working fine on IE but not on Safari, Chrome. What is the issue? I researched through the tickets but couldn't find anything relevant.
Thanks much for your help!
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("h1").click(function(){
$("#div1").load("http://www.example.html");
});
});
</script>
</head>
Attachments (0)
Change History (1)
Changed February 24, 2013 09:40PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Ask for help on a forum, not the bug tracker.