I\'d like to pass the ID of an element into a function which then calls jQuery. However, I\'m stumped as to how to actually take the ID variable and concatenate it with othe
Ugh. one of those '2 seconds after you ask you figure out...' questions:
function myFunction(IDofObject){ $(IDofObject+" img").doSomething... }