View Single Post
Old 10-04-2012, 09:54 PM   PM User | #3
m2244
Regular Coder

 
Join Date: Jun 2012
Posts: 128
Thanks: 1
Thanked 1 Time in 1 Post
m2244 is an unknown quantity at this point
Still can't get it. I can't even get this one function to work.

Code:
<ul>
  <li>
    	(U) Spiral 1.5: <a class="glossaryLink" href="#">SCCVI</a> and <a class="glossaryLink" href="#">SCRI</a>  </li>
  <li> (U) Spiral 2:  <a class="glossaryLink" href="#">HBSS</a>  </li>
</ul>
Code:
function setGlossLinkListeners()
{
	$('a.glossaryLink').hover(function(){
		onRollOverPULink()
	})
}
m2244 is offline   Reply With Quote