jquery-goodies 4-1 source package in Ubuntu
Changelog
jquery-goodies (4-1) unstable; urgency=low * New Upstream Version + Added jQuery-metadata + Added jQuery-tablesorter, thanks Ben Finney (Closes: #631219, #584127) + Added jQuery-treetable (Closes: #584403) + Added jQuery-livequery + Fixed wrong path to images in the jQuery-fancybox (Closes: #628029) * Updated Standards-Version to 3.9.2 (no changes) -- Marcelo Jorge Vieira (metal) <email address hidden> Mon, 25 Jul 2011 15:39:18 -0300
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jquery-goodies_4-1.dsc | 2.2 KiB | 10d8d83091bb0dc98d4c7fbb1dc9427e5cc52d5b4af22c85144c17cbff21f577 |
jquery-goodies_4.orig.tar.gz | 273.1 KiB | b9b1608ab2db892994f96e36fef31d724fcadabae05d9dd696c61632c2ebc966 |
jquery-goodies_4-1.debian.tar.gz | 9.2 KiB | b88620e298ea5eb7d5ba32859950b84d3f4dd435efba7f26cc7f4839a01c0633 |
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-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 oneiric.
No description available for libjs-jquery-
event-drag in ubuntu oneiric.
- 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-galleriffic: No summary available for libjs-jquery-galleriffic in ubuntu oneiric.
No description available for libjs-jquery-
galleriffic in ubuntu oneiric.
- libjs-jquery-history: jQuery history plugin
A jQuery history plugin helps you to support back/forward buttons and
bookmarks in your javascript applications. You can store the application
state into URL hash and restore the state from it.
- 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: No summary available for libjs-jquery-livequery in ubuntu quantal.
No description available for libjs-jquery-
livequery in ubuntu quantal.
- 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-mousewheel: jQuery Mousewheel Plugin
A jQuery plugin that adds cross-browser mouse wheel support.
- libjs-jquery-opacityrollover: jQuery Opacity Rollover plugin
A jQuery plugin for opacity rollover effect.
- libjs-jquery-tablesorter: Flexible client-side table sorting
Tablesorter is a jQuery plugin for turning a standard HTML table
with THEAD and TBODY tags into a sortable table without page refreshes.
tablesorter can successfully parse and sort many types of data including
linked data in a cell. It has many useful features including:
.
* Multi-column sorting
* Parsers for sorting text, URIs, integers, currency, floats, IP addresses,
dates (ISO, long and short formats), time. Add your own easily
* Support secondary "hidden" sorting (e.g., maintain alphabetical sort when
sorting on other criteria)
* Extensibility via widget system
* Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
* Small code size
- 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.