$('a[xlink\\:href=#coastline]').attr('class','grey');
$('a[xlink\\:href=#onshore]').attr('class','blue-light');
這是我現在必須選擇具有#coastline
的XLink的每個項目,並把它灰色和轉向#onshore
到blue-light
jQuery選擇通過XLink的
我將如何能夠改變上述選擇任何a[xlink\\:href]
並給它一個類?
我已經試過$('a[xlink:href]').attr('class', 'yellow');
,但這並沒有給他們的一類yellow
測試你是什麼意思我的XLink?它是任何插件? – 2014-09-24 08:53:10
@jogesh_pi我編輯了原帖子 – ngplayground 2014-09-24 08:57:21
你在哪裏擁有它? SVG還是XML? – 2014-09-24 08:58:39