Opened 10 years ago
Closed 10 years ago
#13449 closed bug (notabug)
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>
Ask for help on a forum, not the bug tracker.