mirror of
https://github.com/jquery/jquery.git
synced 2024-12-09 08:04:24 +00:00
15 lines
467 B
HTML
15 lines
467 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>jQuery objects transpiled iterability test page</title>
|
||
|
<script src="../../../node_modules/core-js/client/core.min.js"></script>
|
||
|
<script src="../../jquery.js"></script>
|
||
|
<script src="../iframeTest.js"></script>
|
||
|
<script src="jquery-iterability-transpiled.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>jQuery objects transpiled iterability test page</p>
|
||
|
</body>
|
||
|
</html>
|