jquery selector
jquery selector
could anyone explain about which one is more efficent? getting an HTML element by ID (i mean like $("#some-id").... ) OR do full traversing throgh the DOM (i.e : $("div").find("span:first").find("input:button")... ")....