Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$('document').ready(function() { $.scrollTo(document.location.hash); });
.fab { height: 55px; width: 55px; border-radius: 50%; line-height: 55px; text-align: center; position: fixed; right: 16px; bottom: 16px; }
$('#carousel').carousel(document.location.hash.substring(1));
<ul> <li>Шаг 1</li> <li class='hidden'>Шаг 2</li> <li class='hidden'>Шаг 3</li> </ul> <button onclick="$('ul > li.hidden:first').removeClass('hidden'); return false;">Показать</button>