Let me be clear this line of code works right now. I just feel like its written stupid. Do you know a cleaner way to write this:
$('#'+this.wrapper.id+' .nub').foo();
I ran the answers through jspref.com and here are the results: http://jsperf.com/jquery-selector-context-test
Looks like .find is the winner. Atleast in chrome.
