Does jQuery always return array when selecting element (of course if at least one element exists)? Example:
$('#Myelement')
$('div')
$('tbody')
What if the selector is an ID? What if the selector is an element but has only one occurrence?
Does jQuery always return array when selecting element (of course if at least one element exists)? Example:
$('#Myelement')
$('div')
$('tbody')
What if the selector is an ID? What if the selector is an element but has only one occurrence?