{I+=codeWee;}
[Javascript] jquery: disable drag and select
    <script>
        $(document).ready(function(){
 
        $('body').on("selectstart", function(event){ return false; });
        $('body').on("dragstart", function(event){ return false; });
 
        });
    </script>
HTML | PHP | C++ | DirectX11 | Javascript | C# | HTML5 | ASP | SQL | General | CSS | Oculus Rift | Unity3d | Virtools SDK | Tip | NSIS | PowerShell | node.js | Web API | RTSP | All
Copyright© 2016 CodeWee.com All rights reserved.