How do you change HTML Object element data attribute value in JavaScript?
Here is what i am trying
and in jquery:
$('element').attr('some attribute','some attributes value')
i.e
$('a').attr('href','http://www.stackoverflow.com/')