-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a $(...).datetimepicker is not a function error #39
Comments
@TrevorS I have virtually the same situation and haven't found a solution other than including files manually. |
I will look into this. Sorry for the super late response. |
Similar error on the docs |
make startDateTime is put on the input not somewhere else like a div |
If you have <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> |
I am getting this error when attempting to load my page. I followed the directions in how to install and looked around at other issues that had this problem but their solutions did not fix mine.
This is my application.html.erb file includes
This is how I call the datetimepickers
This is my application.css I know that require bootstrap isnt here but I link it in the application.html.erb file
Finally this is my application.js file
The text was updated successfully, but these errors were encountered: