Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要能够检查以下内容:
$(".main-menu a")
对于特定href属性,然后addClass
href
addClass
$(".main-menu a[href='http://somesite.com']").addClass('someClass');