-1

jqueryhrefでタグに属性を追加するには?<area>

<area alt="Drenthe" title="Drenthe" shape="poly" coords="141,44,145,38,154,43,159,43,168,54,171,57,173,68,174,77,172,77,169,77,172,77,170,79,168,77,166,77,154,77,151,77,147,79,139,75,135,73,136,68,136,62,139,59,144,59,146,57,146,53,144,51,142,48,142,44,140,39,144,39" filter="/vakantiehuizen/nederland/drenthe">
4

2 に答える 2

2
 $('area[title="Drenthe"]').attr('href','http://example.com');
于 2013-10-30T07:03:38.903 に答える
1

.attr()を使用

$('your-area-selecor').attr('href', 'value')
于 2013-10-30T07:02:12.903 に答える