
September 19th, 2012, 06:28 AM
|
 |
Contributing User
|
|
|
|
|
Add Rel= to onclick?
I have a link from a collapsible area tutorial that I'm trying to adapt to an onclick.
Code:
<a href="#" rel="toggle[Demand]" data-openimage="../Collapsible/collapse.jpg" data-closedimage="../Collapsible/expand.jpg"><img src="../Collapsible/collapse.jpg" border="0" /></a>
I kind of don't care so much about the image and I'm trying to make an entire cell clickable so I'm trying
but I have no clue how to incorporate the 'rel=' part....
|