jquery - Bootstrap datepicker not working at all -


I am trying to get a bootstrap date picture from here: to work, but the calendar will not appear at all . Not sure what I'm missing? I have added everything properly Any help would be great, thanks!

  & lt; Link href = "css / bootstrap.css" rel = "stylesheet" & gt; & Lt; Link href = "css / datepicker.css" rel = "stylesheet" & gt;   

  & lt; Input type = "text" value = "02/16/12" data-date-format = "mm / day / year" class = "date picture" & gt; & Lt; Script src = "js / bootstrap.js" & gt; & Lt; / Script & gt; & Lt; Script src = "js / jquery-1.7.1.js" & gt; & Lt; / Script & gt; & Lt; Script src = "js / bootstrap-datepicker.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" & gt; $ ('Datepicker') datepicker () .; & Lt; / Script & gt;   

  $ (document) .ready ( Function () {$ ('datepicker'). Datepicker ();})   

I work on using jQuery 1.7.2, Bootstrap 2.0.2 and the latest. CSS is missing in my trial, but click-keeping is clicked on! : -)

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -