I want to execute some function on all class elements. How can i do that?
what i want is something like:
// i want to fire my function on all class elements
$('.myClass').go(function(){
// my function using "this" object
});
i know this is a dumb question, i used to work on propotype for some time and now i don't remember proper function for jquery