Uncaught Error: cannot call methods on page prior to initialization;
I'm getting this error in the console:
Uncaught Error: cannot call methods on page prior to initialization; attempted to call method 'bindRemove'
It happens when I try to activate a panel widget.
here is the markup (it has <?php ?> becouse it's part of a wordpress theme I'm working on)
- <!-- /panel -->
- <div data-role="panel" id="menu-panel">
- <?php wp_nav_menu ($args); ?>
- </div>
- <!-- /panel open btn -->
- <header data-role="header">
- <a href="menu-panel">open</a>
- </header>
the page is
http://ugauga.com/
Thanks