Skip to main content

Search and Top Navigation

Ticket #3938: test.html


File test.html, 0.7 KB (added by bman654, September 09, 2009 12:37AM UTC)

Shows the problem.

<!doctype html>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<head>
<title>BorderColor Test</title>
<style type="text/css">
.C { border-width: 2px; border-style: solid; border-color: #ff40ff; }
.C1 { border-color: yellow purple; }
</style>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/jquery-1.3.2.js"></script>
<script type="text/javascript" src="../trunk/ui/effects.core.js"></script>
<script type="text/javascript">
$(function() {
		$('#go').click(function() { $("#d").addClass('C1', 1000); });
})
</script>
</head>
<body>
<div id="d" class="C">This border should change color when you click animate</div>
<button id="go">Animate</button>
</body>

Download in other formats:

Original Format