2017-01-20 49 views
0

我使用avada主題,版本3.6.1。和runnig WP 4.5.5。TypeError:jQuery(...)。佔位符不是函數

有的軋光機沒有顯示在網站上,錯誤是:語法錯誤,無法識別的表達:a[href*=#]:not([href

我改變了main.js [href*=#] into [href*="#"]

現在即時得到這樣的:

Uncaught TypeError: jQuery(...).placeholder is not a function at HTMLDocument. (4b8c4.js:1792) at i (26ef1.js:5) at Object.fireWith [as resolveWith] (26ef1.js:5) at Function.ready (26ef1.js:5) at HTMLDocument.K (26ef1.js:5)

+0

看起來你升級的東西,給你一套新的jQuery /插件,你沒有佔位插件了 –

回答

2

如果你想更新placeholder屬性,你需要使用attr方法。

$('[href*="#"]').attr('placeholder', 'hoge'); 
+0

https://github.com/mathiasbynens/jquery-placeholder –

+0

現在說:\t jQuery('input,textarea')。placeholder(); 我應該編輯什麼? – Bikkel123

+0

您需要檢查jQuery Placeholder插件是否已加載。 – IzumiSy

相關問題