我的响应式菜单在移动版本中不起作用
my responsive menu is not working in mobile version
我的菜单在移动版中无法使用。你能看看吗?我认为只是 javascript 的问题或缺少某些内容。
你的文件中有 js 错误 /android/js/custom.js :
custom.js:241 Uncaught TypeError: jQuery(...).live is not a function(anonymous function) @ custom.js:241(anonymous function) @ custom.js:386
因此,只需将此 custom.js 文件中的所有 .live() 方法替换为 .on() 即可。在文本编辑器或 IDE.
中使用全部替换
我的菜单在移动版中无法使用。你能看看吗?我认为只是 javascript 的问题或缺少某些内容。
你的文件中有 js 错误 /android/js/custom.js :
custom.js:241 Uncaught TypeError: jQuery(...).live is not a function(anonymous function) @ custom.js:241(anonymous function) @ custom.js:386
因此,只需将此 custom.js 文件中的所有 .live() 方法替换为 .on() 即可。在文本编辑器或 IDE.
中使用全部替换