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:

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