• When I run

    <script>
    jQuery(document).ready(function($){
       $("#new_doc_date").datepicker({
            inline: true
        });
    });

    This works fine, unless your plugin is enabled. Then the calendar pops up but the date has a horrible orange “loading” style pattern rotating through it.

    If I disable my code, I still get a calendar popup because you have jquery-ui.min.js loading via your plugin. I assume you have loaded a “custom” version or at least did not include the necessary jquery-ui.min.css or image files for it to work.

    I doubt that anyone using jQuery-ui can use your plugin

    https://ww.wp.xz.cn/plugins/jquery-html5-file-upload/

The topic ‘This plugin kills jQuery.UI datepicker’ is closed to new replies.