D
D
Dmitry Klimantovich2022-02-01 19:32:54
1C-Bitrix
Dmitry Klimantovich, 2022-02-01 19:32:54

How to display a list of news in 1C-Bitrix in different sorting and filtering through tabs without reloading the page?

Good afternoon.
Tell me how to modify the standard news output component so that tabs can switch to alphabetical sorting, filter by section (group forms) and filter by property (issue forms) so that the page does not reload and so as not to overload the page with arrays?
61f96030c731a601786986.jpeg
In what direction to think?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Tkachev, 2022-02-01
@Real_Farmer

$.get('/ajax/ajax.php').success(function (data) {
$('.main-slider').find('ul').append(data)
})
ajax.php
$APPLICATION- >IncludeComponent("bitrix:catalog.section", "carousel", [.....],false)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question