Hallo,
ich möchte den bootstrap datepicker verwenden, aber es funktioniert nicht. Ich habe bootstrap und jQuery im Layout eingebunden und sie funktionieren.
Hier noch mal der eingebettete Code(ich verwende PUG als View-engine)
html
head
script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js')
//- Latest compiled and minified CSS
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css', integrity='sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u', crossorigin='anonymous')
//- Optional theme
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css', integrity='sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp', crossorigin='anonymous')
//- Latest compiled and minified JavaScript
script(src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', integrity='sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa', crossorigin='anonymous')
body
block header
block content
block footer
block scripts
Ich habe mich unter anderem an folgende Anleitung orientiert und traue mir zu den code richtig kopiert zu haben.
Da steht unter anderem folgendes:
Requires bootstrap’s dropdown component (dropdowns.less) for some styles, and bootstrap’s sprites (sprites.less and associated images) for arrows.
muss ich dropdown.less und sprites irgendwie extra einbinden und wie geht das?
Beste Grüße
Uri