Skip to main content

Bug Tracker

Side navigation

Ticket #4483: test-4483.html


File test-4483.html, 0.4 KB (added by dmethvin, August 13, 2010 01:29AM UTC)
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
</head>
<body>
<table border="1"><tbody><tr><td>TD1</td><td>TD2</td></tr></tbody></table>
 <script type="text/javascript">
 $(function() {

    $("td").click(function() {

        $(this).hide().fadeIn(2000, function() { alert("td done!"); });

    });

}); 
</script>
</body>
</html>

Download in other formats:

Original Format