jquery-goodies 12-4 source package in Ubuntu

Changelog

jquery-goodies (12-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libjs-jquery-cookie, libjs-jquery-countdown, libjs-jquery-easing,
      libjs-jquery-event-drag, libjs-jquery-event-drop, libjs-jquery-form,
      libjs-jquery-fullscreen, libjs-jquery-history, libjs-jquery-jfeed,
      libjs-jquery-jush, libjs-jquery-livequery, libjs-jquery-meiomask,
      libjs-jquery-metadata, libjs-jquery-opacityrollover, libjs-jquery-resize,
      libjs-jquery-resize-doc, libjs-jquery-slides, libjs-jquery-tipsy,
      libjs-jquery-treetable: Add Multi-Arch: foreign.
  * Update standards version to 4.6.0, no changes needed.
  * Remove field Section on binary package libjs-jquery-resize-doc that
    duplicates source.
  * Update standards version to 4.6.1, no changes needed.

  [ Edward Betts ]
  * Fix homepage for jquery-history

 -- Jelmer Vernooij <email address hidden>  Fri, 02 Dec 2022 10:26:26 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jquery-goodies_12-4.dsc 3.5 KiB caa8918988d7ca71048aeebfab437fbda485d7d7bd242507b8350278def0a7af
jquery-goodies_12.orig.tar.xz 1.2 MiB d9d986d075e2b2d534b713433f2c0ab47ffb0c3a1ce12ebea4c9e40aecd1bcbf
jquery-goodies_12-4.debian.tar.xz 12.6 KiB 9bace8658877e6a82e36d412b0a9668c27246f1494b023ffd0127d48d04de4d6

Available diffs

No changes file available.

Binary packages built by this source

libjs-jquery-cookie: jQuery cookie plugin

 A simple, lightweight utility plugin for reading, writing and
 deleting cookies.

libjs-jquery-countdown: jQuery Countdown

 A jQuery plugin that sets a div or span to show a countdown to a given time.

libjs-jquery-easing: jQuery Easing Plugin

 A jQuery plugin from GSGD to give advanced easing options.

libjs-jquery-event-drag: jQuery Event Drag

 A jquery special event plugin that makes the task of adding complex
 drag interactions, to any element, simple and powerful.

libjs-jquery-event-drop: jQuery Event Drop

 A jquery special event plugin that makes the task of adding complex
 drop interactions, to any element, simple and powerful.

libjs-jquery-fancybox: fancy lightbox alternative

 FancyBox is a tool for displaying images, html content and multi-media
 in a Mac-style "lightbox" that floats overtop of web page.
 .
  Features:
    * Can display images, HTML elements, SWF movies, Iframes and
      also Ajax requests
    * Customizable through settings and CSS
    * Groups related items and adds navigation.
    * Support fancy transitions by using easing plugin
    * Adds a nice drop shadow under the zoomed item

libjs-jquery-form: jQuery Form Plugin

 The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML
 forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather
 information from the form element to determine how to manage the submit
 process. Both of these methods support numerous options which allows you to
 have full control over how the data is submitted.

libjs-jquery-fullscreen: jQuery FullScreen Plugin

 A jQuery plugin that wraps around the Full Screen API and works
 around various browser differences. Works in FF 10, Chrome and Safari. It
 is useful for presenting users with an easier to read version of your web
 pages, or zooming <canvas> and <video> elements.

libjs-jquery-galleriffic: jQuery Galleriffic plugin

 Galleriffic is a jQuery plugin that provides a rich, post-back free experience
 optimized to handle high volumes of photos while conserving bandwidth.
 .
 Features:
 .
    * Smart image preloading after the page is loaded
    * Thumbnail navigation (with pagination)
    * jQuery.history plugin integration to support bookmark-friendly
      URLs per-image
    * Slideshow (with optional auto-updating url bookmarks)
    * Keyboard navigation
    * Events that allow for adding your own custom transition effects
    * API for controlling the gallery with custom controls
    * Support for image captions
    * Flexible configuration
    * Graceful degradation when JavaScript is not available
    * Support for multiple galleries per page

libjs-jquery-history: jQuery history plugin

 The jQuery history plugin helps you to support back/forward buttons and
 bookmarks in your JavaScript applications. The application state can be
 stored into a URL hash and later restored from the hash.

libjs-jquery-jfeed: jQuery RSS/Atom feed parser plugin

 jFeed is a generic RSS/Atom feed parser, currently parses RSS 0.91, 0.92,
 1.0, 2.0 and Atom 1.0 feeds.

libjs-jquery-jush: jQuery Syntax Highlighter

 JavaScript Syntax Highlighter can be used for client-side syntax highlighting
 of following languages: HTML, CSS, JavaScript, PHP, SQL, HTTP and SMTP
 protocol, php.ini and Apache config.
 .
 Features:
 .
  * Highlights languages embedded into each other
  * Links to documentation of all languages
  * Colors can be easily modified via CSS
  * Recognizes complete PHP syntax including __halt_compiler, heredoc,
    backticks, {$} variables inside strings, namespaces
  * Works in all major browsers including Internet Explorer, Firefox, Opera,
    Google Chrome

libjs-jquery-livequery: jQuery Live Query

 Live Query (formerly Behavior) utilizes the power of jQuery selectors by
 binding events or firing callbacks for matched elements auto-magically,
 even after the page has been loaded and the DOM updated.

libjs-jquery-meiomask: jQuery mask plugin

 meioMask is a simple use plugin for creating and applying masks at
 text input fields.
 .
 Features:
 .
  * Accepts paste event;
  * Has fixed, reverse (currency) and repeat mask types;
  * You can still use your hot keys and others (ex: ctrl+t, ctrl+f5, TAB …);
  * Supports metadata plugin;
  * Works with iPhone;
  * Allow default values;
  * Has callbacks for invalid inputs, valid and overflow;
  * Has function to mask strings;
  * Support for positive and negative numbers on reverse masks;
  * Can auto-focus the next form element when the current input is
    completely filled.

libjs-jquery-metadata: jQuery plugin for parsing metadata from elements

 Sets the type of metadata to use. Metadata is encoded in JSON, and each
 property in the JSON will become a property of the element itself.
 .
 There are three supported types of metadata storage:
 .
   attr: Inside an attribute. The name parameter indicates *which* attribute.
 .
   class: Inside the class attribute, wrapped in curly braces: { }
 .
   elem: Inside a child element (e.g. a script tag). The name parameter
          indicates *which* element.
 .
 The metadata for an element is loaded the first time the element is accessed
 via jQuery.
 .
 As a result, you can define the metadata type, use $(expr) to load the metadata
 into the elements matched by expr, then redefine the metadata type and run
 another $(expr) for other elements.

libjs-jquery-opacityrollover: jQuery Opacity Rollover plugin

 A jQuery plugin for opacity rollover effect.

libjs-jquery-resize: jQuery resize

 With jQuery resize event, resize event handlers can be bound to elements other
 than window.

libjs-jquery-resize-doc: jQuery resize (doc)

 With jQuery resize event, resize event handlers can be bound to elements other
 than window.
 .
 This package contains the HTML documentation.

libjs-jquery-slides: Simple slideshow plugin for jQuery

 A simple slideshow plugin for jQuery packed with a useful set of features to
 help novice and advanced developers alike create elegant and user-friendly
 slideshows.

libjs-jquery-tipsy: jQuery Facebook-style tooltip plugin

 Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect
 based on an anchor tag's title attribute.

libjs-jquery-treetable: jQuery treeTable Plugin

 The treeTable plugin allows you to display a tree in a table, i.e. a
 directory structure or a nested list. Each branch in this tree can be
 collapsed and expanded, just like in a file explorer in most modern
 operating systems.
 .
 Features
 .
   * Display a data tree in a table column.
   * As unobtrusively as possible.
   * Optional collapse/expand behavior on branches (think of
     how a directory structure works in most file explorers).
   * Prepared for drag & drop of branches/nodes.
   * Unlimited tree depth.