标签: javascript jquery
我想使用jquery将rel="shadowbox"添加到<a>代码
rel="shadowbox"
<a>
我该怎么做?
答案 0 :(得分:10)
$('a#myid').attr('rel', 'shadowbox');