# SmartClick-jQueryPlugin **Repository Path**: nickspace/SmartClick-jQueryPlugin ## Basic Information - **Project Name**: SmartClick-jQueryPlugin - **Description**: 绑定click事件的元素上复制文本时候禁止触发单击事件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SmartClick-jQueryPlugin 绑定click事件的元素上复制文本时候禁止触发单击事件 #Usage 在HTML上加载 `jquery.smart-click.min.js` JavaScript文件之后,使用方法如下: ``` javascript $('el').smartClick(function(){ console.log("这个单击不一般~"); }); ``` [Demo](https://nickspace.github.io/SmartClick-jQueryPlugin/index.html)