<div id="id" class="div-style"><img id="id" class="img-style"></div>
I would like to use the id attribute as a way for jQuery to select the element, and the class attribute for CSS to style it.
My guess for jQuery selector ran thusly:
$("#id .div-class")
and
$("#id .img-class")
This returns the error "Selector expected"