Mercurial > public > sg101
comparison media/js/bio.js @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children | d5eed0a91a05 |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 | |
2 $(document).ready(function() { | |
3 $('#id_profile_text').markItUp(mySettings); | |
4 $('#id_signature').markItUp(mySettings); | |
5 $('#id_birthday').datepicker({changeMonth: true, | |
6 changeYear: true, | |
7 dateFormat: 'yy-mm-dd', | |
8 minDate: new Date(1909, 0, 1), | |
9 maxDate: new Date(), | |
10 yearRange: '-100:+0'}); | |
11 }); |