Rail Admin - Bootstrap datepicker don't appear
everybody.
I'm using Rails admin and in date fields the bootstap datepicker widget don't appears when input is active. The element is added in html, but style stay as display: none
.
The only error that appears in Web Dev Console is this (I really do not think this has anything to do with datepicker):
How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?
Thanks!
javascript ruby-on-rails twitter-bootstrap rails-admin
add a comment |
everybody.
I'm using Rails admin and in date fields the bootstap datepicker widget don't appears when input is active. The element is added in html, but style stay as display: none
.
The only error that appears in Web Dev Console is this (I really do not think this has anything to do with datepicker):
How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?
Thanks!
javascript ruby-on-rails twitter-bootstrap rails-admin
see the console what is the error?
– AbdulAhmad Matin
Nov 9 '18 at 17:07
@AbdulAhmadMatinI updated the question with web console errors. Nothing appears in the application log.
– Felipe Marcon
Nov 9 '18 at 17:12
JavaScript errors will usually prevent other JS code to execute so that error is probably preventing the code that displays the datepicker to be executed. Find whatever is throwing that error and fix it, once you have no errors your datepicker should display fine, if it still doesn't, then update your question with proper information like the actual code that you wrote and we might be able to help you.
– Julien
Nov 11 '18 at 22:42
@Julien I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
– Felipe Marcon
Nov 13 '18 at 21:11
add a comment |
everybody.
I'm using Rails admin and in date fields the bootstap datepicker widget don't appears when input is active. The element is added in html, but style stay as display: none
.
The only error that appears in Web Dev Console is this (I really do not think this has anything to do with datepicker):
How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?
Thanks!
javascript ruby-on-rails twitter-bootstrap rails-admin
everybody.
I'm using Rails admin and in date fields the bootstap datepicker widget don't appears when input is active. The element is added in html, but style stay as display: none
.
The only error that appears in Web Dev Console is this (I really do not think this has anything to do with datepicker):
How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?
Thanks!
javascript ruby-on-rails twitter-bootstrap rails-admin
javascript ruby-on-rails twitter-bootstrap rails-admin
edited Nov 9 '18 at 17:39
Felipe Marcon
asked Nov 9 '18 at 17:04
Felipe MarconFelipe Marcon
8910
8910
see the console what is the error?
– AbdulAhmad Matin
Nov 9 '18 at 17:07
@AbdulAhmadMatinI updated the question with web console errors. Nothing appears in the application log.
– Felipe Marcon
Nov 9 '18 at 17:12
JavaScript errors will usually prevent other JS code to execute so that error is probably preventing the code that displays the datepicker to be executed. Find whatever is throwing that error and fix it, once you have no errors your datepicker should display fine, if it still doesn't, then update your question with proper information like the actual code that you wrote and we might be able to help you.
– Julien
Nov 11 '18 at 22:42
@Julien I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
– Felipe Marcon
Nov 13 '18 at 21:11
add a comment |
see the console what is the error?
– AbdulAhmad Matin
Nov 9 '18 at 17:07
@AbdulAhmadMatinI updated the question with web console errors. Nothing appears in the application log.
– Felipe Marcon
Nov 9 '18 at 17:12
JavaScript errors will usually prevent other JS code to execute so that error is probably preventing the code that displays the datepicker to be executed. Find whatever is throwing that error and fix it, once you have no errors your datepicker should display fine, if it still doesn't, then update your question with proper information like the actual code that you wrote and we might be able to help you.
– Julien
Nov 11 '18 at 22:42
@Julien I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
– Felipe Marcon
Nov 13 '18 at 21:11
see the console what is the error?
– AbdulAhmad Matin
Nov 9 '18 at 17:07
see the console what is the error?
– AbdulAhmad Matin
Nov 9 '18 at 17:07
@AbdulAhmadMatinI updated the question with web console errors. Nothing appears in the application log.
– Felipe Marcon
Nov 9 '18 at 17:12
@AbdulAhmadMatinI updated the question with web console errors. Nothing appears in the application log.
– Felipe Marcon
Nov 9 '18 at 17:12
JavaScript errors will usually prevent other JS code to execute so that error is probably preventing the code that displays the datepicker to be executed. Find whatever is throwing that error and fix it, once you have no errors your datepicker should display fine, if it still doesn't, then update your question with proper information like the actual code that you wrote and we might be able to help you.
– Julien
Nov 11 '18 at 22:42
JavaScript errors will usually prevent other JS code to execute so that error is probably preventing the code that displays the datepicker to be executed. Find whatever is throwing that error and fix it, once you have no errors your datepicker should display fine, if it still doesn't, then update your question with proper information like the actual code that you wrote and we might be able to help you.
– Julien
Nov 11 '18 at 22:42
@Julien I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
– Felipe Marcon
Nov 13 '18 at 21:11
@Julien I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
– Felipe Marcon
Nov 13 '18 at 21:11
add a comment |
1 Answer
1
active
oldest
votes
I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
I was using a jQuery plugin to upload file via Ajax. I stopped using it (the plugin it was not so important) that and everything works fine now.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53230297%2frail-admin-bootstrap-datepicker-dont-appear%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
I was using a jQuery plugin to upload file via Ajax. I stopped using it (the plugin it was not so important) that and everything works fine now.
add a comment |
I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
I was using a jQuery plugin to upload file via Ajax. I stopped using it (the plugin it was not so important) that and everything works fine now.
add a comment |
I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
I was using a jQuery plugin to upload file via Ajax. I stopped using it (the plugin it was not so important) that and everything works fine now.
I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
I was using a jQuery plugin to upload file via Ajax. I stopped using it (the plugin it was not so important) that and everything works fine now.
answered Nov 13 '18 at 21:15
Felipe MarconFelipe Marcon
8910
8910
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53230297%2frail-admin-bootstrap-datepicker-dont-appear%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
see the console what is the error?
– AbdulAhmad Matin
Nov 9 '18 at 17:07
@AbdulAhmadMatinI updated the question with web console errors. Nothing appears in the application log.
– Felipe Marcon
Nov 9 '18 at 17:12
JavaScript errors will usually prevent other JS code to execute so that error is probably preventing the code that displays the datepicker to be executed. Find whatever is throwing that error and fix it, once you have no errors your datepicker should display fine, if it still doesn't, then update your question with proper information like the actual code that you wrote and we might be able to help you.
– Julien
Nov 11 '18 at 22:42
@Julien I figured out what it happened. It was just a conflict with another jQuery plugin that I was using in my application.
– Felipe Marcon
Nov 13 '18 at 21:11