How to disable clientside click of a link button or an image button

221123

New Member
I have an image button and link button which have client click events.I want to disable client click of these buttons using jquery or javascript functionFinding the button and attaching \[code\]$("#linkBtn").disable()\[/code\]to them is disabling the server click but not the client click. Please help. Thanks in advance :)
 
Back
Top