Laravel admin彈出視窗無法使用ajax動態載入資料解決
It has been 806 days since the last update, the content of the article may be outdated.
Laravel admin彈出視窗無法使用ajax動態載入資料解決
版本
plaintext
"encore/laravel-admin": "^1.8", |
問題
在普通表單中通過ajax
方式動態分頁載入選項正常,但在彈出的表單當中卻失效
解決
在html()
方法中加上程式碼即可解決,bootstrap
框架的問題,移除外層tabindex=-1
屬性即可解決
html
<script> |
評論
ValineDisqus