Disable jQuery .click

luke3310

New Member
I have a div tag :\[code\]<div class="i2Style" id="mydiv" >Check Domain</div>\[/code\]And Javascript :\[code\]$("#mydiv").click(function abc(){...}\[/code\]And i want to disable this .click during execution of function abc() because i don't want user click that div until that function executing . What is the solution ?
 
Top