Hi Matt,
Please can you post a link to your site so I can take a look? They look valid but I don’t see those warnings on megamenu.com, so I want to compare to your site so I can work out how to get the warnings to show up here.
Regards,
Tom
Thanks for the quick reply. The site is under development and access is password-protected. We don’t run jqMigrate in production. However, I can list location of these calls:
jQuery.resize() in maxmegamenu.js:
plugin.init = function() {
...
/* line 724 */
$(window).resize(function() {
plugin.checkWidth();
});
$menu.triggerHandler("after_mega_menu_init");
};
jQuery.unbind() maxmegamenu.js
/* line 494 */
plugin.unbindAllEvents = function() {
$("ul.mega-sub-menu, li.mega-menu-item, li.mega-menu-row, li.mega-menu-column, a.mega-menu-link, .mega-indicator", menu).off().unbind();
};
jQuery.isFunction() maxmegamenu-pro / public.js
/* Line 33 */
if ( ! $.isFunction($.fn.hoverIntent) ) {
return;
}
Thanks, I’ll get these fixed in the next update.
Regards,
Tom