Response title
This is preview!
Yes, you can. That's the whole point of IDs. They are unique (or are supposed to be...) and so all you need is the ID. And it's fast as heck, because browsers going way-back have kept an internal hash table (= fast) of IDs. (class selectors used to be slow, but modern browsers have started keeping a hash table of CSS classes, as well.)you can't just use the id and jquery fetches it any where on the page.
If this is the case you never need closest and find if you need an element with an #id?
© 2013 jQuery Foundation
Sponsored by and others.