Код: Выделить всё
[list]
[*]">cars
[*]">games
[*]">sport
[*]">news
[*]">cats
[*]">toys
[/list]
//load categories inside the sidebar div
$(() => {
$('.items').on('click','.item',function() {
var page = $(this).attr('data-load');
$('#load_items').load(page);
});
});
не получить CSS-коды. я не знаю почему!
но меню div и ul + li получают CSS.
как решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/791 ... -div-by-js
Мобильная версия