|
-
January 6th, 2014, 06:16 AM
#6
Re: Chrome - jquery headache
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("#test").load ("#header.html");
});
});
</script>
</head>
<body>
<div id="test"></div>
</body>
</html>
heres the source code
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|