javascript add rel facebox
- by ruru
Hi all,i want to enable facebox jquery using javascript.
here in normal html
<a href="stairs.jpg" rel="facebox">text</a>
how do in javascript ?something like this?
document.location.href="stairs.jpg";
document.location.rel="facebox";