HTML5 Video Support
Let's face it, the major browser HTML5 video support sucks All browsers support some type video format (webm, theora/vorbis, m3u8, mpeg ...), but as...
The common answer on the web for this question is to set the readonly attribute in the input tag:
<input id="my-datepicker" readonly="true" name="thedate" />
This indeed works...
Take a look at this page:
http://www.vrbo.com/vacation-rentals/usa/montana
Besides being a great site to find a vacation rental, VRBO's website has some cool design features,...