node-jquery-ujs 1.2.3-2 source package in Ubuntu

Changelog

node-jquery-ujs (1.2.3-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-jquery-ujs: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 11:11:14 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-jquery-ujs_1.2.3-2.dsc 2.0 KiB cececefc5027310eb39ed806233e6cfc1b8756ee6b9dc28227b0e4cc2c91a024
node-jquery-ujs_1.2.3.orig.tar.gz 45.2 KiB dc75f124e7199e731989d6137f7fe2655c3421ed3fc21f4f110989f53662c342
node-jquery-ujs_1.2.3-2.debian.tar.xz 3.0 KiB 9dd07d82bddde3129f34f6d0eb0810a1281b54eb0c77f101fe6d474b8625fd3b

Available diffs

No changes file available.

Binary packages built by this source

node-jquery-ujs: 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.