Mercurial > public > sg101
annotate media/js/bio.js @ 133:c515b7401078
Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 00:21:47 +0000 |
parents | d5eed0a91a05 |
children | 7ea842744a57 |
rev | line source |
---|---|
gremmie@1 | 1 |
gremmie@1 | 2 $(document).ready(function() { |
gremmie@1 | 3 $('#id_birthday').datepicker({changeMonth: true, |
gremmie@1 | 4 changeYear: true, |
gremmie@1 | 5 dateFormat: 'yy-mm-dd', |
bgneal@77 | 6 defaultDate: '-30y', |
gremmie@1 | 7 minDate: new Date(1909, 0, 1), |
gremmie@1 | 8 maxDate: new Date(), |
gremmie@1 | 9 yearRange: '-100:+0'}); |
gremmie@1 | 10 }); |