Select DOM elements with jQuery!
This paragraph lives inside the #selectId div.
#selectId
This paragraph lives inside the form elemenet.
form
selectId
$("#id");
selectClass
$(".class");
$("element");