I would like a jQuery function to know which link was clicked to call it, i.e. I would like the link's id value to be passed to the jQuery function.
Is this possible? If so what is the neatest way to do it.
|
1
|
I would like a jQuery function to know which link was clicked to call it, i.e. I would like the link's id value to be passed to the jQuery function. Is this possible? If so what is the neatest way to do it.
|
||
|
|
|
|
Sure. Inside the
or
|
||
|
|
|
|
||
|
|
|
|
Don't forget to cancel default behaviour, or you won't achieve nothing.
|
||
|