我有一個javascript函數showHide(shID),它是一個隱藏div並在點擊「read more」後顯示內容的函數。這裏是我的小提琴:FiddleJQuery Cookie不起作用
在將JQuery Cookie添加到此函數後,它看起來像函數showHide(shID)消失了,任何人都可以幫我修復它嗎?謝謝我真的需要幫助。這裏我的小提琴:Fiddle
我需要這樣做smtg:首先點擊「readmore」,隱藏內容會顯示,設置cookie和用戶回來後訪問我的頁面隱藏的內容仍然顯示。
<div id="wrap">
<a href="#" id="example-show" class="showLink" onclick="showHide('example');">
<button class="btn-u btn-u-lg btn-block btn-u-dark-orange">
Read More
</button>
</a>
<div id="example" class="more">
<iframe width="600" height="315" src="//www.youtube.com/embed/BaPlMMlyM_0" frameborder="0" allowfullscreen></iframe>
<p>Congratulations! You've found the magic hidden text! Clicking the link below will hide this content again.</p>
</div>
</div>
JQuery的餅乾 - 這是插入。你需要單獨包括它。糾正我,如果我錯了 – demo 2015-02-05 14:23:12
嗨演示,謝謝你回覆我,我也不太確定,我第一次使用JQuery cookie – lucas 2015-02-05 14:38:53
請看這個http://plugins.jquery.com/cookie/我認爲你需要下載並添加庫到項目 – demo 2015-02-05 14:41:47