This question is related to the answer of adding jquery plugin to Zurb's Foundation Framework, but it's missing how to implement it to app.js
I use zurb-foundation to maintain layout. I also use jQuery cookie plugin. After adding Foundation JavaScript as described under HTML Page Markup in this document, I noticed that the jQuery cookie plugin does not work. I get this error message in console:
Uncaught TypeError: Object function (e,t){return new y.fn.init(e,t,n)} has no method 'cookie' 8:184
(anonymous function) 8:184
o jquery.min.js:2
p.fireWith jquery.min.js:2
e.extend.ready jquery.min.js:2
c.addEventListener.B jquery.min.js:2
Is there any way to include the jQuery cookie plugin in app.js of Foundation? Or is there any other solution?!