Результаты поиска по тегу - jquery
Результаты поиска 1 - 4 из 4
Начало | Пред. | 1 | След. | Конец
Подмена циклических ссылок на jquery
$(function () { $('.r_link').each(function () { if ($(this).attr('data-href').length > 0) { var str; str = ''; $(this).removeClass('r_link'); if (typeof $(this).attr('target') !== typeof undefined && $(this).attr('target') !== false) { str += ' target="'+$(this).attr('target')+'"'; } if (typeof $(this).attr('class') !== typeof undefined && $(this).attr('class') !== false) { if($(this).attr('class').length>0){ str += ' class="'+$(this).attr('class')+'"'; } } if (typeof...
Изменен: 20.08.2024Путь: Главная / Сниппеты
jquery плавная прокрутка до блока по клику на ссылку
<script> $(document).ready(function () { $("#justify a").click(function () { var elementClick = $(this).attr("href"); var destination = $(elementClick).offset().top; $('body').animate({ scrollTop: destination }, 1100); return false; }); }); </script>
Изменен: 21.01.2020Путь: Главная / Сниппеты
document.ready
$(document).ready(function(){ //alert(1); });
Изменен: 21.01.2020Путь: Главная / Сниппеты
jquery маска ввода телефона
Для создания маски ввода телефона: 1. Подключаем плагин jquery.inputmask.bundle.min.js <sc ript src="https://www.sng-it.ru/bitrix/templates/master/js/jquery.inputmask.bundle.min.js"></sc ript> 2. Устанавливаем id="phone1" в input <inut id="phone1" ...
Изменен: 21.01.2020Путь: Главная / Сниппеты
Результаты поиска 1 - 4 из 4
Начало | Пред. | 1 | След. | Конец
Отсортировано по релевантности | Сортировать по дате