Jquery 移动动态替换页面使用 AJAX
Jquery Mobile Replace Page Dynamically Using AJAX
你好 可以用$(result_div).html(data).enhanceWithin();
为什么我有错误VM398:148 Uncaught TypeError: $(...).html(...).enhanceWithin is not a function
在 1.3.x(及以下)中使用 .trigger('create')
而不是 .enhanceWithin()
你好 可以用$(result_div).html(data).enhanceWithin();
为什么我有错误VM398:148 Uncaught TypeError: $(...).html(...).enhanceWithin is not a function
在 1.3.x(及以下)中使用 .trigger('create')
而不是 .enhanceWithin()