I have many elements accross page - ID1, ID2 ID3 ...
ID1, ID2 ID3 ...
I want to manipulate all the elements. Is there any simpler way to do this.
$(\"#ID\").
function(ID) { ... $("#ID"+ID) ... } for (i=1;i<3;i++) { function(i); }