Below we will design a scenario where the table grid needs to implement right-click, add, delete, and save operations on each row. For grid, I use gridview. I just use the styles provided by Microsoft. The test cases don’t need to be very beautiful. I’m not an artist anymore. Haha, I’m just lazy.
First, the renderings. Some comrades say that only with pictures can the truth be revealed:
ui code:
< ;script src="Script/jquery.contextmenu.r2.js" type="text/javascript">
html>
Note:
1: contextMenu we hide some menu items based on data records. This can be done in the onShowMenu event, based on the
e.currentTarget trigger source to obtain data, based on remove menu item. For example, in the test case: if id>10, saving is not allowed
if (parseInt($("td:eq(0)", e.currentTarget).text()) > 10) {
$ ("#save", menu).remove();
}
2: Event registration: Get data according to the second parameter target, and get the menu item according to the first parameter t. For example:
'add': function(t, target) {
alert('Trigger: ' t.id ' increase ' " taget by:" $("td:eq(0)", target).text());
},
Ajax and server-side communication are needed here. You can use the component from my previous article: jQuery Ajax imitates the AjaxPro.Utility.RegisterTypeForAjax auxiliary method, which will make it easier to apply ajax communication.
There is a problem here in the source code I downloaded:
Originally, the currentTarget here is always undefined.
if (!!cur.onShowMenu) menu = cur. onShowMenu(e, menu);
$.each(cur.bindings, function(id, func) {
$('#' id, menu).bind('click', function(e) {
hide();
func(trigger, currentTarget);
});
});
After I modified:
if (!!cur.onShowMenu) menu = cur.onShowMenu(e, menu);
$.each(cur.bindings, function(id, func) {
$('#' id, menu).bind('click', function(ev) {
hide();
func(trigger, e.currentTarget);
});
});
This way everything is normal.
There is very little content, everything is interrupted and ends here, over!
Attachment download: Demo

有些朋友升级完Win11系统后发现鼠标点击右键弹出菜单的速度变慢了,这是怎么回事呢?是不是因为配置的问题,还是说要进行什么样的设置,本站小编今天给大家解决怎么解决,其实我们可以将性能调至最高性能,这样就不会有反应慢的问题了。Win11鼠标右键弹出菜单很慢的解决方法1、首先在开始菜单中找到系统设置。3、接着在下方相关链接中找到高级系统设置。5、然后在视觉效果选项卡下,勾选调整为最佳性能即可。

win10系统内置解压缩软件WinRAR,一般大家在文件夹上右键就可找到缩小选项,可是有些用户发现自己的右键没有压缩包选项,怎么办呢?你先在菜单栏找到WinRAR开启,随后点击上边的选项,随后挑选设定,在开启窗口中转换到集成菜单栏,点击前后文菜单项目按键,勾选“添加到压缩包”即可。win10右键没有压缩包选项怎么办:能够在Windows10桌面先后点击“开始/WinRar/Winrar”菜单项。这时便会开启Winrar的软件主界面,点击上边的“选项”菜单项。在弹出的选项下拉列表中,大家点击“设定

不少的win11用户们想将自己的画图程序添加到右键菜单上,那么这要怎么添加?用户们可以直接的右键点击开始下的windows终端,然后直接的将下列的代码复制到相对应的位置上就可以了。下面就让本站来为用户们来仔细的介绍一下Win11右键菜单添加画图程序的方法吧。Win11右键菜单添加画图程序的方法1、首先用鼠标右键点击“开始”按钮(或者按Win+X键),选择点击“Windows终端(管理员)”。2、然后在终端应用程序里粘贴这串代码【reg.exeadd&ldqu

很多小伙伴用右键点击新建的时候,发现列表里的Word、ppt、Excel都不见了,这是怎么一回事呢?其实是注册列表缺少了一些文件,我们只要进入设置里调整一下数值就可以了,具体的教程下面跟小编一起来看看吧。修复右键新建word不见的方法1、点击开始,找到运行命令行,输入regedit,打开注册表。2、在左侧找到HKEY_CLASSES_ROOT目录,并展开。3、首先,我们利用CTRL+F快捷键,查找“docx”的位置,当然这里也可以自己下拉查找。4、找到之后,不用展开目录。我们可以看到右侧有一个(

我们在使用win10系统的时候,使用鼠标去右键桌面或者右键菜单的时候,发现菜单等都打不开,无法正常的去使用电脑了,这时候就需要恢复系统来解决问题。win10右键菜单管理打不开:1、首先打开我们的控制面板,然后点击。2、然后点击安全和维护下的。3、再点击右侧的来恢复系统即可。4、如果还是无法使用,是看是否是鼠标本身出了问题。5、如果确定鼠标没有问题的话,按下+,输入。6、执行完毕后,重启电脑即可。

win11文件右键菜单卡死怎么解决?如果需要查看文件具体属性该怎么操作?我们经常会左键选中文件后在右键打开菜单进行属性查看,但是有许多使用win11版本的操作系统的小伙伴们经常会遇到在右键文件时总是要等待一会,右键菜单才会显示,这样对用户们的电脑使用体验非常有影响,对此,小编用以下的文章为大家介绍一下如何解决这个问题。很多小伙伴不知道怎么详细操作,小编下面整理了win11右键菜单卡死解决教程,如果你感兴趣的话,跟着小编一起往下看看吧!win11右键菜单卡死解决教程一览1、首先我们同时按下【ctr

由于win11更改了鼠标右键菜单,很多朋友感觉使用起来不习惯,想要知道win11鼠标右键菜单怎么设置,其实我们只要打开注册表,在其中就可以编辑右键菜单了。win11鼠标右键菜单怎么设置:1、首先按下键盘“Win+R”打开运行。2、在其中输入“regedit”并回车打开注册表。3、打开后进入“计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FeatureManagement\Overrides\4”位置。4、随后右键4文件夹,选择新建

很多的用户们在升级完win11后发现右键菜单使用得不是很顺手,这就使得很多的用户们在询问win11右键菜单不折叠怎么设置?其实方法很简单的,用户们可以进入到任务栏设置下来进行操作就可以了。下面就让本站来为用户们来仔细的介绍一下win11右键菜单不折叠设置教程吧。win11右键菜单不折叠设置教程1、在任务栏空白位置点击鼠标右键,进入任务栏设置。3、点击打开的图标就会直接显示出来,如果是关闭状态,那么就会收纳在小三角里面。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
