Same for WP 3.7.1 Plugin 1.4.20
Fatal error: Call to undefined function schedule_yoast_tracking()...
dfTruF, if you copy/paste line that you tried, then you forgot to add # before element’s id.
Proper code is
$("#cms-tpv-632 >a").css("color","green");
or
jQuery("#cms-tpv-632 >a").css("color","green");
for sure.