Side navigation
Ticket #5020: test.html
File test.html, 0.4 KB (added by maciekj, August 06, 2009 11:55AM UTC)
example html
<html>
<head>
<script src="jquery-1.3.2.js"></script>
</head>
<body>
<input type="text" maxlength="20" value="" style="width: 80px;" class="cr-text required validation-error" name="group.phones[0].number" autocomplete="off"/>
<input value="test" type="button" onclick="alert('found '+$("[name=\'group.phones[0].number\']:visible").length+' element(s)')" />
</body>
</html>
Download in other formats:
Original Format
File test.html, 0.4 KB (added by maciekj, August 06, 2009 11:55AM UTC)
example html
<html>
<head>
<script src="jquery-1.3.2.js"></script>
</head>
<body>
<input type="text" maxlength="20" value="" style="width: 80px;" class="cr-text required validation-error" name="group.phones[0].number" autocomplete="off"/>
<input value="test" type="button" onclick="alert('found '+$("[name=\'group.phones[0].number\']:visible").length+' element(s)')" />
</body>
</html>