[jQuery] How to access custom div tag

[jQuery] How to access custom div tag


How can I reference custom DIV tag using jquery?
eg,
<div id="1701" serial="12345">
and to use something as $("12345").click ... or something