Is it an array : isArray « jQuery « JavaScript Tutorial
- JavaScript Tutorial
- jQuery
- isArray
<html>
<head>
<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
alert($.isArray([]) );
});
</script>
</head>
<body>
<body>
<p></p><p></p><p></p>
</body>
</html>
30.60.isArray |
| 30.60.1. | Is it an array |