文件名称:jQuery的鼠标左右键自定义菜单代码.zip
文件大小:71KB
文件格式:ZIP
更新时间:2022-07-31 04:27:48
js特效-jQuery的鼠标左右键自定义菜单代码
var onClick = function(e) { var clicked = function() { alert('Item clicked!') } var items = [ { title: 'Add Sites', icon: 'ion-plus-round', fn: clicked }, { title: 'Reset Login', icon: 'ion-person', fn: clicked }, { title: 'Help', icon: 'ion-help-buoy', fn: clicked }, { title: 'Disabled', icon: 'ion-minus-circled', fn: clicked, disabled: true }, { title: 'Invisible', icon: 'ion-eye-disabled', fn: clicked, visible: false }, { }, { title: 'Logout', icon: 'ion-log-out', fn: clicked } ] basicContext.show(items, e) } document.addEventListener('DOMContentLoaded', function() { document.querySelector('a.click').addEventListener('click', onClick) document.querySelector('a.context').addEventListener('contextmenu', onClick) document.querySelector('a.touchend').addEventListener('touchend', onClick) })
【文件预览】:
jQuery鼠标左右键自定义菜单代码
----css()
--------zzsc.css(6KB)
--------normalize.css(2KB)
----index5.html(3KB)
----php中文网下载站.url(114B)
----index4.html(3KB)
----demos()
--------closeFunction.html(2KB)
--------scroll.html(5KB)
--------default.html(2KB)
--------customPosition.html(2KB)
--------position.html(2KB)
--------themes()
--------addons()
--------jQuery.html(2KB)
----index.html(3KB)
----js()
--------jquery-1.11.0.min.js(94KB)
----index2.html(4KB)
----dist()
--------basicContext.min.js(3KB)
--------themes()
--------addons()
--------basicContext.min.css(745B)
----index6.html(3KB)
----src()
--------styles()
--------scripts()
----php中文网免费下载站.txt(219B)
----index3.html(6KB)