A
Arjen
Hello,
On this way I set the target attribute for a hyperlink.
var the_link = sel.parentElement();
the_link.target = '_blank';
Now I also want to set the class attribute.
When I use the word class I get errors.
Can somebody tell me how to set the class attribute?
Thanks!
On this way I set the target attribute for a hyperlink.
var the_link = sel.parentElement();
the_link.target = '_blank';
Now I also want to set the class attribute.
When I use the word class I get errors.
Can somebody tell me how to set the class attribute?
Thanks!