Side navigation
Ticket #4844: test-4844.html
File test-4844.html, 0.5 KB (added by dmethvin, October 19, 2009 01:23AM UTC)
Test case for #4844; works in IE8.0.1601.18702
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>test</title>
<style type="text/css">
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
alert($("FORM TEXTAREA[name='param']").val());
});
</script>
</head>
<body>
<form>
<textarea name="param">test</textarea>
</form>
</body>
</html>
Download in other formats:
Original Format
File test-4844.html, 0.5 KB (added by dmethvin, October 19, 2009 01:23AM UTC)
Test case for #4844; works in IE8.0.1601.18702
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>test</title>
<style type="text/css">
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
alert($("FORM TEXTAREA[name='param']").val());
});
</script>
</head>
<body>
<form>
<textarea name="param">test</textarea>
</form>
</body>
</html>