Search results for "module:JQuery"
JQuery - Interface to Jquery, a language based on Javascript
JQuery is a frontend for the jQuery language. I use JQuery to refer to the Perl part or the package, and jQuery to reference the javascript part or the package. A quote from <http://jquery.com>: jQuery is a fast, concise, JavaScript Library that simp...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JS::jQuery - The Write Less, Do More JavaScript Library
JS-jQuery is simply the latest version of jQuery on CPAN. See JS for information on how to locate this module after you've installed it....
INGY/JS-jQuery-1.2.6.001 - 28 Aug 2008 06:54:56 UTC
JQuery::CSS - a CSS helper
The CSS is created and will normally be added to JQuery. JQuery will then output the css automatically, so there will generally be no need to call $css->output_text. my $css = new JQuery::CSS(file => '/jquery_js/dates/default.css') ; $css->output_tex...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
Waft::jQuery - jQuery extensions for Waft
Waft のアクションメソッドを起動する Ajax API を提供する。 POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'のアクションメソッドを起動する'. Assuming ISO8859-1...
TAMASHIRO/Waft-jQuery-0.02 - 29 Oct 2009 16:11:24 UTC
JQuery::Tabs - Have tabs to see different pages
Allow the user to see different pages using tabs. For an example of how it looks, see <http://www.stilbuero.de/jquery/tabs/>. This module sets up tabs for different pages. The HTML can be supplied directly, or the page can be updated remotely. When u...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JQuery::Form - Send form information
Main Page use JQuery ; use JQuery::Form ; # define JQuery my $jquery = new JQuery(...) JQuery::Form->new(id => 'myForm', addToJQuery => $jquery) ; my $html =<<EOD; <form id="myForm" action="/cgi-bin/jquery_form.pl" method="post"> Name: <input type="t...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JQuery::Demo - A module used for the JQuery examples
The examples are based on CGI::Application. CGI::Application need a setup routine to be defined and a cgiapp_postrun, which gathers the HTMLm jquery and css and puts it into an HTML template. Functions setup The run modes are defined JQuery is insant...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
HTML::JQuery - Generate jQuery/Javascript code in Perl
This module is used to generate jQuery/Javascript code in Perl. What you do with it is up to you. I designed it for a work project where I needed to display certain Perl variables to the page using Javascript, so, instead of ajax calls I designed "HT...
BRADH/HTML-JQuery-0.005 - 16 May 2012 13:20:47 UTC
jQuery::Loader - Load (and cache) the jQuery JavaScript library
jQuery::Loader is a tool for fetching and serving the jQuery JavaScript library. Using this package you can download jQuery directly from <http://code.google.com/p/jqueryjs/>, cache it locally, and serve it from a URI within your application....
RKRIMEN/jQuery-Loader-0.03 - 23 Feb 2009 21:43:06 UTC
JQuery::Mobile - interface to jQuery Mobile
JQuery::Mobile is an interface to jQuery Mobile. It generates HTML markups, such as navbars, forms, and listviews, that are compatible with jQuery Mobile....
DANNY/JQuery-Mobile-0.03 - 24 Jul 2013 04:49:27 UTC
JQuery::Splitter - Split into panes
This module is a bit more complicated than others, since CSS needs to be set to get good results. For complete information see <http://methvin.com/jquery/splitter/> my $mainPanelCSS = new JQuery::CSS(hash => {'#MySplitter' => {'min-width' => '500px',...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JQuery::Treeview - shows a information as a tree.
Treeview shows data in a tree format. For an example see <http://jquery.bassistance.de/treeview/> The simplest way to present the data is in the format shown above. Each indentation represents another level. The letters in brackets stand for f A fold...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JQuery::ClickMenu - A clickable menu
ClickMenu displays a menu in desktop format The simplest way to present the data is in the format shown above. Each indentation represents another level. The letters in brackets stand for f A folder or node s A separator line between items list The l...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JQuery::Accordion - produce an accordion effect
Add an accordion effect. For an example of how it looks, see <http://interface.eyecon.ro/demos/accordion.html>. You will also be wondering how to change colours etc. There are a number of CSS items that are defined, and taht can be changed. Each acco...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
JQuery::TableSorter - The JQuery TableSorter
This module defines a table which is sorted when the user clicks the header. There are two builtin styles, to use them you have to set: headerClass => 'header', sortClassAsc => 'headerSortUp', sortClassDesc => 'headerSortDown', or headerClass => 'hea...
PETERG/JQuery-1.06 - 25 Jun 2007 12:55:33 UTC
lib/jQuery/DataTables.pm
jQuery::DataTables - серверная часть для выполнения AJAX запросов DataTables POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'серверная'. Assuming ISO88...
TOKAR/jQuery-DataTables-0.906 - 28 Nov 2012 05:53:37 UTC