jquery手指触摸滑动放大图片的方法(比较靠谱的方法)
jquery手指触摸滑动放大图片的方法(比较靠谱的方法) <pre> <!DOCTYPE html> <html lang="zh-cn"> <head> <title>touch.js demo</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script type="text/javascript" src="{$yuming}/touchjs/js/touch.min.js"></script> <script type="text/javascript" src="{$yuming}/touchjs/js/cat.touchjs.js"></script> <script type="text/javascript" src="{$yuming}/touchjs/js/jquery-1.10.2.min.js"></script> </head> <body> <style> .tcpiccontainer{ width:100%; height: 100%; position: absolute; left:0px; top:0px; z-index: 999; background: #000; }