jquery-goodies 12-3 source package in Ubuntu

Changelog

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

  * Team upload
  * No more install libjs-jquery-mousewheel, provided by
    node-jquery-mousewheel (Closes: #980054)

 -- Xavier Guimard <email address hidden>  Wed, 13 Jan 2021 15:39:50 +0100

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
Kinetic release universe web
Jammy release universe web

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jquery-goodies_12-3.dsc 3.5 KiB 7dee93eaa6596331cb51edf5ea608fc1d9990f687f76c6d1c8e6b15d5513fd35
jquery-goodies_12.orig.tar.xz 1.2 MiB d9d986d075e2b2d534b713433f2c0ab47ffb0c3a1ce12ebea4c9e40aecd1bcbf
jquery-goodies_12-3.debian.tar.xz 12.4 KiB 990d03443e3e1f085975bcc4e8e0a6a7d2d88725fad7a26fe6c8e4a275da4ba7

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: No summary available for libjs-jquery-event-drag in ubuntu impish.

No description available for libjs-jquery-event-drag in ubuntu impish.

libjs-jquery-event-drop: No summary available for libjs-jquery-event-drop in ubuntu hirsute.

No description available for libjs-jquery-event-drop in ubuntu hirsute.

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: No summary available for libjs-jquery-fullscreen in ubuntu impish.

No description available for libjs-jquery-fullscreen in ubuntu impish.

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: No summary available for libjs-jquery-history in ubuntu hirsute.

No description available for libjs-jquery-history in ubuntu hirsute.

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: No summary available for libjs-jquery-resize-doc in ubuntu impish.

No description available for libjs-jquery-resize-doc in ubuntu impish.

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: No summary available for libjs-jquery-tipsy in ubuntu hirsute.

No description available for libjs-jquery-tipsy in ubuntu hirsute.

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.