jquery 中 .blockUI 的简单示例
请通过一个简单的演示来引导我了解 blockUI 的用途。
Please guide me to the purpose of blockUI with a simple demonstration.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
请通过一个简单的演示来引导我了解 blockUI 的用途。
Please guide me to the purpose of blockUI with a simple demonstration.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
查看插件页面上的演示。
您需要在页面中包含以下内容(按此顺序)
Take a look at the demos on the plugin page.
You need to do have the following in a page (in this order)
要从此链接创建一个js文件 jquery.blockUI.js 并将其放入您的项目,其中 js 文件包含
并在 html 中编写此代码:
这是一个简单的演示。也许它会对您有所帮助
添加对 jquery.blockUI.js
To create a js file jquery.blockUI.js from this link.and put it into your project where the js files inclu
and in html write this code:
This is a simple demonstration.May be it will be helps to you
Add a reference to the jquery.blockUI.js
我刚刚得到了阿德里安·布兰德的帮助并使其发挥作用......
因此,如果其他人正在寻找工作示例:
I just got help from Adrian Brand and made it work...
So if anyone else is looking for a working sample:
从主页:
如果您想要使用 ajax,但还想在发生长 ajax 请求时阻止用户输入,那么 BlockUI 适合您。
From the homepage:
If you want to have ajax, but you also want to block user input while a long ajax request is happening, then BlockUI is for you.
这是一个非常基本的例子:
Here is a very basic example: