Response title
This is preview!
Let's say you have this code:
var element = $('.gaiaElement').closest('#brand_container');
How can you use element to improve the following selector:
$('.main-content');
var element = $('.gaiaElement').closest('#brand_container');
does not make a lot of sense. An id has to be unique, so it means …© 2013 jQuery Foundation
Sponsored by and others.