I'm developing some mobile navigation using http://mmenu.frebsite.nl/ but I keep getting the following error in Firebug
TypeError: $page.offset(...) is undefined
It's referring to line 1131 in jquery.mmenu.js which is the following code snippet.
.data( _d.offetLeft, $page.offset().left );
The website is being developed in ASP.NET so I think the problem might be because ASP.NET pages are wrapped in "form" tags and the plugin is only taking into consideration body and html tags???
The reason I think this is because I've got the menu working pefectly with no problems in a test I did with a normal HTML page.
Any ideas on how to fix it???? I really want to use the plugin and the project has to be developed in ASP.NET.
Thanks in advance,
Chris