d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With School Work > Need Some Help With School Work > Call
Add Reply New Topic New Poll
Member
Posts: 41,338
Joined: Dec 17 2007
Gold: 225.14
Sep 12 2014 07:27pm
I am trying to call a function when the user clicks a link with a class's name. I do not know whether I need a trigger or a click.

need help will pay fg for your time
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Sep 12 2014 10:58pm
Quote (adam21cali @ Sep 12 2014 09:27pm)
I am trying to call a function when the user clicks a link with a class's name. I do not know whether I need a trigger or a click.

need help will pay fg for your time


is this javascript? set onclick. i'm not sure what "trigger" would mean in javascript though.

This post was edited by carteblanche on Sep 12 2014 10:58pm
Member
Posts: 859
Joined: Jul 2 2008
Gold: 27.00
Sep 14 2014 02:50pm
Quote (adam21cali @ Sep 13 2014 02:27am)
I am trying to call a function when the user clicks a link with a class's name. I do not know whether I need a trigger or a click.

need help will pay fg for your time


Like carte guessing javascript?
<button onclick="myFunction()">Click me</button>
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll