PostgreSQL
- 1 ответ
- 0 вопросов
1
Вклад в тег
$(document).ready(function() {
if (location.hash.startsWith('#collapse-') && $(location.hash).length !== 0) {
$(location.hash + ' panel-body').expand();
}
});