Hi, I am using jQuery & collection,
<script src="jquery-1.4.2.min.js"></script>
<script src="jquery.collection.js"></script>
<script>
alert($.collection(1,2,3,4).filter([2,3]).eq(1));
</script>
it returns "this.setArray is not a function" error in the JavaScript. And I tested on the iPhone's mobile safari, it reports on the line 62 of jquery.collection.js the Error Maximum call stack size exceeded.
Do you someone know?
Su