framework7

Open full view…

undefined is not a function (evaluating '$$(document)

Mevlish Dcosta
Thu, 27 Nov 2014 00:27:06 GMT

Vladimir Kharlampidi
Thu, 27 Nov 2014 18:51:51 GMT

That is mean that `$$` is undefined in a place you write your code. Make sure that you don't forget to declare somewhere `$$ = Dom7`

Mevlish Dcosta
Thu, 27 Nov 2014 23:35:22 GMT

// Export selectors engine var $$ = Dom7; I have this declared in the code

Vladimir Kharlampidi
Fri, 28 Nov 2014 15:37:11 GMT

Then, it will be good to see full code where you declare $$ and where you use $$(document)