Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jquery select a parent element but not a nested child Re: jquery select a parent element but not a nested child

#72667
noahgelman
Participant
Code:
$(document).ready(function() {
$(‘#callout > a’)
});

This targets the div with an id of callout without targeting the child