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.
href「mylink」であるリンクのみを選択したい場合は...
href
...html の最初のブロック:
$('a.urlToMainDiv').click(function () {
...そして、html の 2 番目のブロックの場合:
$('.urlToMainDiv a[href="mylink"]').click(function () {