Sha256: 60c650807413131285086e3af9c8d8c7263d0fcceb29500155754f505a44377a
Contents?: true
Size: 401 Bytes
Versions: 68
Compression:
Stored size: 401 Bytes
Contents
(function() { $(document).on('page:change patient:rendered', function() { $('#patients .datepicker').each(function() { $(this).datepicker({ dateFormat: 'M d, yy', altField: $(this).prev(), altFormat: 'yy-mm-dd', showButtonPanel: true }); $(this).on('change', function() { $(this).closest('form').submit(); }); }); }); })();
Version data entries
68 entries across 68 versions & 1 rubygems