[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui.old/demos/functional/templates/ -> ui.datepicker.two.html (source)

   1  <input type="text" size="10" value="" id="startDate"/> to <input type="text" size="10" value="" id="endDate"/>
   2  <script type="text/javascript">
   3  function customRange(input) {
   4      return {minDate: (input.id == "endDate" ? $("#startDate").datepicker("getDate") : null),
   5          maxDate: (input.id == "startDate" ? $("#endDate").datepicker("getDate") : null)};
   6  }
   7  </script>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7