Ok anybody familiar with building your own custom jQuery selection from DOM nodes or jQuery objects?
For examle:
var li = jQuery('li.someclass');
var myDiv = jQuery('#mydiv');
So I would like to combine those two into one jQuery(object) .
It would be nice if it can be done dynamically using nodes cached in variables like the provided example. BR and 10x for your kind help