view 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
line wrap: on
line source

$(document).ready(function() {
    $('#id_birthday').datepicker({changeMonth: true, 
       changeYear: true,
       dateFormat: 'yy-mm-dd',
       defaultDate: '-30y',
       minDate: new Date(1909, 0, 1),
       maxDate: new Date(),
       yearRange: '-100:+0'});
});