我使用了jQuery.more.js可以实现一个tab内容成功点击加载更多。
但我有三个tab下都需要加载。如
tabA为肉类食材,初选20行,底部点击加载更多继续加载20行。
tabB为蔬菜食材,也是如此。
$('#more').more({'address': 'data.php', 'amount' : '20' ,'template':'.single_item','type' : '1','trigger':'.get_more'})
/*$('#more2').more({'address': 'data.php','amount' : '20' ,'template':'.single_item2','type' : '2','trigger':'.get_more2'})*/
当两个tab同时使用时,都不加载内容了。
肚子很大的彭同学