.click_box {
position: relative;
top: 10px;
}
$( ".click_box" ).on( "click", function() {
$(".hidden_box, .text_box").toggleClass("hide");
if ($(this).text() == "Открыть тут") {
$(this).text("Скрыть").css("top", 0);
} else {
$(this).text("Открыть тут").css("top", "10px");
}
});
var x = $('ul li').length;
var mas = [];
var mas2 = [];
$('ul li').each(function( index ) {
mas[index] = $(this).text();
mas2[mas[index]] = $(this).find('a').attr('href');
});
mas.sort();
$( 'ul li' ).each(function( index ) {
$(this).find('a').text( mas[index]);
$(this).find('a').attr( 'href', mas2[mas[index]] );
});
$(function() {
1. Проверить что адрес равен /# или #.
2. Открыть модальное окно входа.
});
$('#form_test').on('submit', function(e) {
e.preventDefault();
});
data: $('#form_test').serialize(),