I create a variable where I load an html document into it:
result = data;
How would I get the item elements from the result:
$(result+ " item"); -> which doesn't work.
I want to be able to do something like this
$("#result_html item"); -> but with result not #result_html