$("div.class") or $(".class")

$("div.class") or $(".class")

Is there any difference if I refer to a class inside a div without putting div before it, if that class is used only in that place?