I have a problem, i have X in my code, now I want to foreach this object/array its out put. - look my code.
$(\"#d
how about something like this:
jQuery.each(checked, function() { $(checked + this).text("My id is " + this + "."); });