Side navigation
Ticket #6817: test-6817.html
File test-6817.html, 0.4 KB (added by dmethvin, July 25, 2010 04:29PM UTC)
Yes, it works.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
alert(
$( "input:hidden" ).length
);
});
</script>
</head>
<body>
<input type="hidden"/> <input type="hidden"/> <input type="text"/>
</body>
</html>
Download in other formats:
Original Format
File test-6817.html, 0.4 KB (added by dmethvin, July 25, 2010 04:29PM UTC)
Yes, it works.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
alert(
$( "input:hidden" ).length
);
});
</script>
</head>
<body>
<input type="hidden"/> <input type="hidden"/> <input type="text"/>
</body>
</html>