I am new to jquery and I have a basic question.
I have a jquery object derived from a jquery selector. eg
var obj = $('#certainTR');
Now I want to get the element in this object, and I cannot use '# limit date> in the selector because' #certain 'is not passed in my routine. Is there a way to make an object selection base? Thank you very much in advance!
javascript jquery
Roy
source share