GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::Plugin::CSSQuery(3) User Contributed Perl Documentation Jifty::Plugin::CSSQuery(3)

Jifty::Plugin::CSSQuery - use the cssQuery JavaScript library with Jifty

In your etc/config.yml:

  framework:
    Plugins:
      - CSSQuery: {}

cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors.

This is a Jifty plugin that let you use cssQuery javascript library in your Jifty application. cssQuery has been bundle with Jifty for a long time, for Jifty use it internally. Now it's been replaced with jQuery. It's now a plugin for backward compatibility.

It is disabled by default, unless your "ConfigFileVersion" is smaller or equal then 2.

For more information about cssQuery, see <http://dean.edwards.name/my/cssQuery/>.

This initializes the plugin, which simply includes the JavaScript necessary to load cssQuery, and gets rid of the cssQuery-jquery back-compat script.

<http://jifty.org>, <http://dean.edwards.name/my/cssQuery/>

This plugin is Copyright 2007 Handlino, Inc.

It is available for modification and distribution under the same terms as Perl itself.

cssQuery is available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project and use it accordingly. See <http://jifty.com/> for current information on cssQuery copyrights and licensing.

2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.