{"_id":"block-ui","_rev":"4-9f6f623d0d70b6d674d3f162c904fee2","name":"block-ui","description":"Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.","dist-tags":{"latest":"2.70.1"},"versions":{"2.70.0":{"name":"block-ui","description":"Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.","version":"2.70.0","author":{"name":"M. Alsup","url":"http://jquery.malsup.com"},"bugs":{"url":"https://github.com/malsup/blockui/issues"},"dependencies":{"jquery":">=1.7.x"},"homepage":"http://jquery.malsup.com/block/","keywords":["block","dialog","ecosystem:jquery","jquery-plugin","modal","overlay"],"license":[{"type":"MIT","url":"http://malsup.github.com/mit-license.txt"},{"type":"GPL","url":"http://malsup.github.com/gpl-license-v2.txt"}],"main":"jquery.blockUI.js","repository":{"type":"git","url":"https://github.com/malsup/blockui.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"gitHead":"201fb61caef299a9d3f3910ba8a95af86562056f","_id":"block-ui@2.70.0","_shasum":"7430e94bddfb2aa7f17be06c4d46bd5a17ebd99b","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"simenb","email":"sbekkhus91@gmail.com"},"maintainers":[{"name":"simenb","email":"sbekkhus91@gmail.com"}],"dist":{"shasum":"7430e94bddfb2aa7f17be06c4d46bd5a17ebd99b","tarball":"https://registry.npmjs.org/block-ui/-/block-ui-2.70.0.tgz","integrity":"sha512-D1AOzehtDekfV3hWPveP71T20NdW0/OIojJHAaeZHUfR/Zb9U1lM6F6FpL67/cnk1xHAuK+BGsDtaowDX/SPWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE1w9U/5I8xlFBZFErwepR0MyPqkO3wecfVsnjXg0MpGAiA/x30Xi1Dt4BOcpj9wchsXCuD+9Bbgu+0gruCjG0T83w=="}]}},"2.70.1":{"name":"block-ui","description":"Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.","version":"2.70.1","author":{"name":"M. Alsup","url":"http://jquery.malsup.com"},"bugs":{"url":"https://github.com/malsup/blockui/issues"},"dependencies":{"jquery":">=1.7.x"},"homepage":"http://jquery.malsup.com/block/","keywords":["block","dialog","ecosystem:jquery","jquery-plugin","modal","overlay"],"license":[{"type":"MIT","url":"http://malsup.github.com/mit-license.txt"},{"type":"GPL","url":"http://malsup.github.com/gpl-license-v2.txt"}],"main":"jquery.blockUI.js","repository":{"type":"git","url":"https://github.com/malsup/blockui.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"gitHead":"b60cb498791528943c590bba26afe2ece4d70ec8","_id":"block-ui@2.70.1","_shasum":"c862d64ee6288fb78123377c6680bc7ab262103f","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"simenb","email":"sbekkhus91@gmail.com"},"maintainers":[{"name":"simenb","email":"sbekkhus91@gmail.com"}],"dist":{"shasum":"c862d64ee6288fb78123377c6680bc7ab262103f","tarball":"https://registry.npmjs.org/block-ui/-/block-ui-2.70.1.tgz","integrity":"sha512-Hx69Bw368lQ9+zOcisvWpoHBsZi9owHQ1YBwLZXFhOMXv59VjBSHHCDWfTaByYSUoNZgTt/sjR1juEbyqwWpwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA+x+dLE9LR6yooixGc49NuAccqZ8wdbBvwdj8evMFQcAiEAtF1szGmvW5zoDPuL2DFQNKUzsMNp9SUFEgCsAHxXpDc="}]}}},"readme":"# BlockUI - Page or element overlay  [![NPM version][npm-image]][npm-url]\r\n\r\n### NOTE: This is a fork from the official version, for publishing on npm. See https://github.com/malsup/blockui/pull/114\r\n\r\n## Getting Started\r\nDownload either the [production version][min] or the [development version][max] of BlockUI.\r\n\r\n[min]: http://malsup.github.com/min/jquery.blockUI.min.js\r\n[max]: http://malsup.github.com/jquery.blockUI.js\r\n\r\nIn your web page:\r\n\r\n```html\r\n<!-- include jQuery -->\r\n<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js\"></script>\r\n<!-- include BlockUI -->\r\n<script src=\"http://path/to/your/copy/of/jquery.blockUI.js\"></script>\r\n<script>\r\n// invoke blockUI as needed -->\r\n$(document).on('click', '#myButton', function() {\r\n   $.blockUI();\r\n});\r\n></script>\r\n</pre>\r\n```\r\n\r\n## Documentation, Demos and FAQ\r\nEverything you need to know can be found here:\r\n[http://jquery.malsup.com/block/](http://jquery.malsup.com/block/)\r\n\r\n\r\n## Copyright and License\r\nCopyright &copy; 2007-2013 M. Alsup.\r\n\r\nThe BlockUI plugin is dual licensed under the [MIT](http://malsup.github.com/mit-license.txt) and [GPL](http://malsup.github.com/gpl-license-v2.txt) licenses.\r\n\r\nYou may use either license.  The MIT license is recommended for most projects because it is simple and easy to understand and it places almost no restrictions on what you can do with the plugin.\r\n\r\nIf the GPL suits your project better you are also free to use the plugin under that license.\r\n\r\nYou do not have to do anything special to choose one license or the other and you don't have to notify anyone which license you are using. You are free to use the BlockUI plugin in commercial projects as long as the copyright header is left intact.\r\n\r\n[npm-url]: https://www.npmjs.com/package/block-ui/\r\n[npm-image]: http://img.shields.io/npm/v/block-ui.svg\r\n","maintainers":[{"name":"simenb","email":"sbekkhus91@gmail.com"}],"time":{"modified":"2022-06-13T04:48:13.482Z","created":"2015-04-13T21:32:45.127Z","2.70.0":"2015-04-13T21:32:45.127Z","2.70.1":"2015-04-14T06:35:21.883Z"},"homepage":"http://jquery.malsup.com/block/","keywords":["block","dialog","ecosystem:jquery","jquery-plugin","modal","overlay"],"repository":{"type":"git","url":"https://github.com/malsup/blockui.git"},"author":{"name":"M. Alsup","url":"http://jquery.malsup.com"},"bugs":{"url":"https://github.com/malsup/blockui/issues"},"license":[{"type":"MIT","url":"http://malsup.github.com/mit-license.txt"},{"type":"GPL","url":"http://malsup.github.com/gpl-license-v2.txt"}],"readmeFilename":"README.md"}