I can search the dom with .find('.dbfieldname') to find all elements from the class dbname. I also can save the result as an object in a variable like that: myelems = .find(...
But I can't search in my object for certain elements using find(). I tried the following:
my.find(*[name=versionnumber])
How can I do that right ?
myfor starters?