Rail Admin - Bootstrap datepicker don't appear












0















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):



enter image description hereenter image description here



enter image description here



How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?



Thanks!










share|improve this question

























  • 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
















0















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):



enter image description hereenter image description here



enter image description here



How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?



Thanks!










share|improve this question

























  • 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














0












0








0








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):



enter image description hereenter image description here



enter image description here



How can I correct that? I'm using a another datepicker in my site in another page. Can this be conflicting?



Thanks!










share|improve this question
















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):



enter image description hereenter image description here



enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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












1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer




























      0














      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.






      share|improve this answer


























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 13 '18 at 21:15









        Felipe MarconFelipe Marcon

        8910




        8910






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Xamarin.iOS Cant Deploy on Iphone

            Glorious Revolution

            Dulmage-Mendelsohn matrix decomposition in Python