第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

加載公共 app.js 時引導程序日期選擇器不工作

加載公共 app.js 時引導程序日期選擇器不工作

PHP
開心每一天1111 2022-12-30 17:54:36
為什么 datetimepicker 不能與 laravel 中已經(jīng)安裝的 jquery3 一起使用。我需要至少加載 jquery 1.9.1,即使在 app.js 中加載了 jQuery工作代碼:<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js" defer></script><script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.0/js/bootstrap-datepicker.js" defer></script>加載了 APP.JS 的工作代碼:<script src="{{ asset('js/app.js') }}" defer></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js" defer></script><script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.0/js/bootstrap-datepicker.js" defer></script>非工作代碼<script src="{{ asset('js/app.js') }}" defer></script><script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.0/js/bootstrap-datepicker.js" defer></script>先感謝您。由于腳本在 head 標簽中,因此 defer 就在那里。此外,控制臺中沒有錯誤。非工作代碼的輸出是一個彈出窗口,但不顯示日期。
查看完整描述

1 回答

?
元芳怎么了

TA貢獻1798條經(jīng)驗 獲得超7個贊

請使用這個


幾乎所有網(wǎng)站都在標頭上加載 jquery。


<script src="js/jquery.min.js" type="text/javascript"></script>


在包含 jquery 之后編寫此代碼將解決您的問題


 <script type="text/javascript">

            // When the document is ready

            $(document).ready(function () {


                $('#example1').datepicker({

                    format: "yyyy-mm-dd"

                });  


            });

        </script>


查看完整回答
反對 回復 2022-12-30
  • 1 回答
  • 0 關(guān)注
  • 121 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號