View Single Post
04-09-2009, 01:26 PM
#3
alexleeds is offline alexleeds
Status: Junior Member
Join date: Mar 2009
Location: South Florida
Expertise:
Software:
 
Posts: 93
iTrader: 1 / 100%
 

alexleeds is on a distinguished road

Send a message via AIM to alexleeds Send a message via MSN to alexleeds Send a message via Skype™ to alexleeds

  Old

@hijax, JQUERY is JAVASCRIPT!!!!! So yes, people still do use JAVASCRIPT for this sorta thing !!

Also try this instad of using a hacked link:

<div><span onclick="feat1();">Donec</span></div>

or if you need to use the <p> or <a>

<div><p onclick="feat1();"><a>Donec</a></p></div>

edit: its a better method since if javascript is disabled, you still can have a <a> href to reload the page with the box shown or something

Reply With Quote