Log In | Users | Register
Welcome, Registration, and other StartingPoints; Foswiki history & Wiki style; All the docs...
Edit | Attach | New | Raw | Diff | Print | Subscribe | Tools
You are here: System » JQueryPlugin » JQueryUI

JQueryUI

Homepage: http://docs.jquery.com/UI
Author(s): see http://jqueryui.com/about
Version: 1.7.2

Widget collection for jQuery. This is the official userinterface library.

Installed themes

The following themes are provided:
  • base
  • lightness
  • redmond
  • smoothness

Examples

Date picker

See also: http://jqueryui.com/demos/datepicker/

%STARTSECTION{"init"}%
<literal>
<script type="text/javascript">
jQuery(function($) {
  $(".jqDatepicker").not(".jqInited").each(function() {
    var $this = $(this);
    var options = $.extend(
      { // defaults
        firstDay: 1,
        showAnim: 'fadeIn'
      }, $this.metadata());
    $this.datepicker(options);
  });
});
</script>
</literal>
%ENDSECTION{"init"}%

Date 1:

Date 2:

Date 3:

Date 4: spacer

This site is managed by the Center for Climate Systems Modeling (C2SM).
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding C2SM Wiki? Send feedback