Well, I have this jQuery image slideshow that uses the attribute \"control\" inside an . Seeing how it didn\'t validate I searched for a way to add this attribute i
HTML:
<a id="previous" href="#">...</a>
jQuery:
$('#previous').attr('control', '-6');