Skip to main content

Bug Tracker

Side navigation

Ticket #7006: bug.html


File bug.html, 0.5 KB (added by Dashu, September 06, 2010 01:36PM UTC)

The HTML File for the demonstration

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>

<table>
	<tbody>
		<tr id="tablerow">
			<td>
				<input id="someInput" value="something"/>
			</td>
		</tr>
		<input id="clickme" type="button" value="click me!" />
	</tbody>
</table>
</body>
</html>

Download in other formats:

Original Format