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 
