How to disable past dates
Today I had to disable past dates in a jQuery datepicker. I found the following solution:
$("#date").datepicker({minDate:0});
Today I had to disable past dates in a jQuery datepicker. I found the following solution:
$("#date").datepicker({minDate:0});
I just pushed another update to of tumblelog. This time I modified both the HTML and SCSS to make styling of a tumblelog easier. I also made the HTML slightly more semantic. Enjoy!