How can I select an element inside of another element? – SEO
For example I'm trying to select the p tag inside of .col four hide-mobile on this page: http://www.sportsline.com/college-basketball/odds/ In the console I tried using $("col four hide-mobile","p").css("color","green"); to change the p tag in that row to green, but I'm screwing…