Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 180 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 180 Bytes

mltclick

api: mltclick(callback,[waittime]) or mltclick(selector,callback,[waittime])

$(..).mltclick(function(event){
if (event.clickCount==1) .... 
else ....


})