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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

加載公共 app.js 時(shí)引導(dǎo)日期選擇器不工作

加載公共 app.js 時(shí)引導(dǎo)日期選擇器不工作

萬千封印 2024-01-11 16:37:35
為什么 datetimepicker 不能與 laravel 中已安裝的 jquery3 一起使用?即使 jQuery 已加載到 app.js 中,我至少需要加載 jquery 1.9.1工作代碼:<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 標(biāo)簽中,因此延遲就在那里。此外,控制臺(tái)中也沒有錯(cuò)誤。非工作代碼的輸出是彈出窗口,但不顯示日期。
查看完整描述

1 回答

?
慕容708150

TA貢獻(xiàn)1831條經(jīng)驗(yàn) 獲得超4個(gè)贊

請(qǐng)使用這個(gè)


幾乎所有網(wǎng)站都在 header 上加載 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>


查看完整回答
反對(duì) 回復(fù) 2024-01-11
  • 1 回答
  • 0 關(guān)注
  • 135 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

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