欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

layer.css 報錯

洪振霞2年前9瀏覽0評論

最近在使用layer.css時,遇到了一些報錯的問題。

報錯信息如下:

Uncaught TypeError: Cannot read property 'extend' of undefined
at i.UI (layer.js:336)
at i.(layer.js:507)
at i.(jquery.js:357)
at Function.each (jquery.js:149)
at n.fn.init.each (jquery.js:78)
at i.(jquery.js:356)
at i.fireWith (jquery.js:369)
at e (jquery.js:9746)
at Object.fireWith [as resolveWith] (jquery.js:10858)
at k (jquery.js:9746)

經(jīng)過查找,發(fā)現(xiàn)這個問題是由于layer.js文件沒有正確引入導(dǎo)致的。在頁面中正確引入layer.js后,問題得到了解決。

此外,在使用layer.css時還需要注意:

<link  rel="stylesheet">

此處的CDN鏈接需要替換為自己所使用的版本庫和文件路徑。

使用layer.css可以讓頁面的彈層效果更加美觀,但在使用過程中一定要注意上述問題,以避免引起不必要的程序錯誤。