Widget:VisitSchedulerRedux: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
jQuery( document ).ready(function( $ ) { | jQuery( document ).ready(function( $ ) { | ||
$( "#appointments" ).hide(); | $( "#appointments" ).hide(); | ||
$( "#indexEvent" ).datepicker(); | $( "#indexEvent" ).datepicker({minDate: new Date()}); | ||
$( "#indexEvent" ).change(function(){ | $( "#indexEvent" ).change(function(){ | ||
$( "#appointments" ).html("<tr><th>Visit Number</th><th>Visit Date</th><th>Visit Time</th><th>Delayed Infusion?</th><th>Visit Description</th></tr>"); | $( "#appointments" ).html("<tr><th>Visit Number</th><th>Visit Date</th><th>Visit Time</th><th>Delayed Infusion?</th><th>Visit Description</th></tr>"); |