how to get selector child element using jquery code example
Example: jquery is child of
if($(target).parents('.wrapper').length > 0) {
//do something...
}
if($(target).parents('.wrapper').length > 0) {
//do something...
}