I want to use jquery to add a rel="shadowbox" to a <a> tag
rel="shadowbox"
<a>
How can I do this?
$('a#myid').attr('rel', 'shadowbox');