Source: node-jquery-ujs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-jquery-ujs Vcs-Git: https://salsa.debian.org/js-team/node-jquery-ujs.git Homepage: https://github.com/rails/jquery-ujs Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-jquery-ujs Architecture: all Depends: ${misc:Depends} , node-jquery Multi-Arch: foreign Description: Unobtrusive scripting adapter for jQuery This unobtrusive scripting support file is developed for the Ruby on Rails framework, but is not strictly tied to any specific backend. You can drop this into any application to: . - force confirmation dialogs for various actions; - make non-GET requests from hyperlinks; - make forms or hyperlinks submit data asynchronously with Ajax; - have submit buttons become automatically disabled on form submit to prevent double-clicking. . These features are achieved by adding certain "data" attributes to your HTML markup. In Rails, they are added by the framework's template helpers. . Node.js is an event-based server-side JavaScript engine.