A brief discussion on the difference between $('div a') and $('div>a')
$('div a'): jquery object of all levels a elements under the div tag
$('div>a'): jquery object of child element level a element under div tag
The above article briefly discusses the difference between $('div a') and $('div>a') is all the content I share with you. I hope you can give you a reference and I hope you can support Wulin.com more.