mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
tests/static/icons.html: fixed urls to be relative instead of absolute. Removed preload script.
This commit is contained in:
parent
ba9bb22b55
commit
ac55b22659
@ -1,12 +1,9 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<title>jQuery UI CSS Framework Icons Test Page</title>
|
||||||
<title>Themeroller CSS Framework Demo</title>
|
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
||||||
<script src="http://ui.jquery.com/js/jquery.js"></script>
|
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
||||||
<script src="http://www.filamentgroup.com/examples/preloadImages/scripts/preloadCssImages.jQuery_v5.js"></script>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.core.css" type="text/css" media="screen" />
|
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;}
|
body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;}
|
||||||
@ -28,7 +25,6 @@
|
|||||||
);
|
);
|
||||||
$('.ui-state-default').click(function(){ $(this).toggleClass('ui-state-active'); });
|
$('.ui-state-default').click(function(){ $(this).toggleClass('ui-state-active'); });
|
||||||
$('.icons').append(' <a href="#">Toggle text</a>').find('a').click(function(){ $('.icon-collection li span.text').toggle(); }).trigger('click');
|
$('.icons').append(' <a href="#">Toggle text</a>').find('a').click(function(){ $('.icon-collection li span.text').toggle(); }).trigger('click');
|
||||||
$.preloadCssImages();
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user