mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
a3055f3df6
Also migrates the XHR check added to 2.0 in 62acda819f
.
18 lines
314 B
HTML
18 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<style>
|
|
body {
|
|
background: url('../1x1.jpg');
|
|
}
|
|
</style>
|
|
<script src="../../../dist/jquery.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
window.parent.iframeCallback();
|
|
</script>
|
|
</body>
|
|
</html>
|