<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Attempt to block tests because of dangling XHR requests (IE)</title>
-<script type="text/javascript" src="../../../dist/jquery.js"></script>
+<script type="text/javascript" src="../../../dist/jquery.min.js"></script>
<script type="text/javascript">
window.onunload = function() {};
jQuery(function() {
</head>
<body>
<div>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
</div>
</body>
</html>
</head>
<body>
<div>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
</div>
</body>
</html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Test case for jQuery ticket #11470</title>
-<script type="text/javascript" src="../../../dist/jquery.js"></script>
+<script type="text/javascript" src="../../../dist/jquery.min.js"></script>
<script type="text/javascript">
jQuery.when( jQuery.ready ).done(function() {
jQuery("body").append("<div>modifying DOM</div>");
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Test case for jQuery ticket #10067</title>
-<script type="text/javascript" src="../../../dist/jquery.js"></script>
+<script type="text/javascript" src="../../../dist/jquery.min.js"></script>
</head>
<body>
</head>
<body>
<div id="qunit-fixture"></div>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script>
var script = document.getElementsByTagName( "script" )[ 0 ],
div = document.createElement( "div" ),
p.instructions { position: absolute; bottom: 0; }
#positionTest { position: absolute; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('.absolute').click(function() {
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
#firstElement { width: 50px; height: 50px; background: green; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('body').click(function() {
#forceScroll { width: 5000px; height: 5000px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
window.scrollTo(1000,1000);
#relative-2 { top: 20px; left: 20px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('.relative').click(function() {
#forceScroll { width: 5000px; height: 5000px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
window.scrollTo(1000,1000);
#static-2 { top: 20px; left: 20px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('.static').click(function() {
th, td { border: 1px solid #000; width: 100px; height: 100px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('table, th, td').click(function() {
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>jQuery selector - attributes</title>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
<script id="script1"
defer
<script>
var $cached = jQuery.noConflict(true);
</script>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
</head>
<body>
</head>
<body>
<div>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
</div>
<script>
jQuery(function() {
</head>
<body>
<div>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
</div>
<script>
jQuery(function() {
background: url('../1x1.jpg');
}
</style>
- <script src="../../../dist/jquery.js"></script>
+ <script src="../../../dist/jquery.min.js"></script>
</head>
<body>
<script>
<html>
<head>
<title>Event Delegation Tests</title>
-<script src="../dist/jquery.js"></script>
+<script src="../dist/jquery.min.js"></script>
<style>
table {
border-collapse: collapse;
<html>
<head>
<title>Hover tests</title>
-<script src="../dist/jquery.js"></script>
+<script src="../dist/jquery.min.js"></script>
<style>
/* Remove body dimensions so we can test enter/leave to surrounding browser chrome */
body, html {
<script src="qunit/qunit/qunit.js"></script>
<script>
(function() {
- var src = "../dist/jquery.js";
+ var src = "../dist/jquery.min.js";
// Config parameter to use minified jQuery
QUnit.config.urlConfig.push({
- id: "min",
- label: "Load minified",
- tooltip: "Load the minified version of the jQuery build"
+ id: "dev",
+ label: "Load unminified",
+ tooltip: "Load the development (unminified) jQuery file"
});
- if ( QUnit.urlParams.min ) {
- src = "../dist/jquery.min.js";
+ if ( QUnit.urlParams.dev ) {
+ src = "../dist/jquery.js";
}
// Config parameter to force basic code paths
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Local File Test</title>
<!-- Includes -->
- <script src="../dist/jquery.js"></script>
+ <script src="../dist/jquery.min.js"></script>
<style>
.error { color: red; }
.success { color: green; }
<style>
div { margin-top: 10px; }
</style>
- <script src="../dist/jquery.js"></script>
+ <script src="../dist/jquery.min.js"></script>
<script type="text/javascript">
$('button').live('click', function () {
$.ajax({
#output { background-color: green }
#expectedOutput { background-color: green }
</style>
- <script src="../dist/jquery.js"></script>
+ <script src="../dist/jquery.min.js"></script>
<!-- Load the script loader that uses
jQuery.readyWait -->