I need to be able to check the following:
$(".main-menu a")
For a specific href attribute and then addClass
href
addClass
$(".main-menu a[href='http://somesite.com']").addClass('someClass');