
When you work with a list of objects in Ajax, it is very important to add, delete, find objects in the list but JavaScript array does not contain any of them, We need to create an advanced list that works with all objects. In .NET platform, there is "Generic List" class that can do the same. My functions is like that one. We can say its name: an Array with dynamic size. (In JavaScript, it is impossible to remove items from an array or resize an array.)
|