text 阿贾克斯
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 阿贾克斯相关的知识,希望对你有一定的参考价值。
https://infiniteajaxscroll.com/
https://stackoverflow.com/questions/43338968/implement-an-endless-infinite-scroll-bigcommerce-stencil-category-list/43356548#43356548
https://www.themevale.com/extensions/bigcommerce-add-on-ajax-infinite-scroll-stencil-ready/
\!h get posts from New tag page
--- custom.js
/* Related articles on blog post */
function initNewArticlesAjax() {
const tag = $('.new-articles-section').data('tag');
const limit = $('.new-articles-section').data('limit');
if(tag && limit){
$.ajax({
url: '/blog/tag/' + tag,
success: function getResponse(response) {
let counter = 0;
$('.blog-posts-area .post-preview', $(response)).each(function getNewPosts() {
counter++;
if(counter > limit){
return false;
}else{
$('#new-articles').append($(this));
}
});
},
});
}else{
$('.new-articles-section').addClass('hidden');
}
}
initNewArticlesAjax();
--- html
<div class="new-articles-section" data-tag="{{theme_settings.blog_tag_related_articles}}" data-limit="{{theme_settings.blog_limit_related_articles}}">
<h3>{{lang 'blog.new_title'}}</h3>
<div id="new-articles"></div>
</div>
\!h get products from category page
<ul class="productGrid" id="featured_product_new"></ul>
<script type="text/javascript">
$.ajax({
'url': '/shop-all/',
'success': function(response){
$('ul.productGrid li', $(response)).each(function(){
$('#featured_product_new').append($(this));
})
}
});
</script>
以上是关于text 阿贾克斯的主要内容,如果未能解决你的问题,请参考以下文章
text 阿贾克斯
text 阿贾克斯·PHP·数据库で情报を取得
返回值是TEXT的阿贾克斯方法
text 为什么良好的沟通至关重要 - 杰弗里麦克斯韦
荷兰之光:阿贾克斯
"阿贾克斯"的作用