Here's the simple example again:
http://jsfiddle.net/MfGz7/ Though, to be honest, this is essentially just the plain "text input" html and js that the online demo will give you.
Everything you described looks good except for this:
> $function() {
The `$` variable is an alias to the jQuery function (if you have jquery on the page, anyway), so you actually want to call $() with a function as the argument:
$(function(){
...
});
On 02/08/2014 12:56 PM, Steve Klein wrote:
> Eternicode(Andrew),
>
> First of all, thanks for the super slick calendar. I only wish I could get it working... I'm getting 404 on your jsfiddle demo - can you repost it easily?
>
> As for my non-working code...:
>
> * I am linking in a local copy of your datepicker3 CSS
> * I am pulling in jQuery by reference from
https://code.jquery.com/jquery.js
> * I am linking in local copies of bootstrap.min.js (Bootstrap) and bootstrap-datepicker.js (after jQuery)
> * I have an input field:
>
> <input class="form-control" type="text" id="startdate" name="startdate" >
>
> * At the end of the body (after startdate), I have:
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bootstrap-datepicker/63edafbc-3ac0-4598-b743-6bab68371318%40googlegroups.com.