Is it possible in JavaScript (Or library JQuery) to find all (global) objects which have a given pattern ?
For example:
objekt_1
objekt_2 //Javascript objects
function find_objects() {
return ....; //return all objects that start with "object"-prefix
}