Hi friends,
I am capturing the button & link click on the same
function , like follow...
code:-
$("a, #view").click(function(){
------
code for links (a)...
-------
code for button (#view)
--------
common for both link & button
--------
});
To do like the above , how can i capture the link & button
event ?
Thanks in advance,
Balavignesh

