Google+

HideSeek - простой скрипт поиска на странице jQuery #

HideSeek - простой скрипт поиска на странице jQuery

http://vdw.github.io/HideSeek/

Проверка на пустые поля jQuery #

Проверка на пустые поля jQuery



Validate empty fields





ФИО:*
Адресс:*
Город:
Страна:*



Аналогично проводится проверка по числам
$('.number').each(function () {
    var cur = $(this);
    cur.next().remove();
    if (isNaN(cur.val())) {
        cur.after(' Что-то не так');
        dataValid = false;
    }
});
if (dataValid) {
    $('#info').html('Все хорошо!');
}

Поиск c подсветкой на странице средствами jQuery #

Поиск c подсветкой на странице средствами jQuery



Search





I consider that a man's brain originally is like a little empty attic, and you have to stock it with such furniture as you choose. A fool takes in all the lumber of every sort that he comes across, so that the knowledge which might be useful to him gets crowded out, or at best is jumbled up with a lot of other things, so that he has a difficulty in laying his hands upon it.

I consider that a man's brain originally is like a little empty attic, and you have to stock it with such furniture as you choose. A fool takes in all the lumber of every sort that he comes across, so that the knowledge which might be useful to him gets crowded out, or at best is jumbled up with a lot of other things, so that he has a difficulty in laying his hands upon it.

I consider that a man's brain originally is like a little empty attic, and you have to stock it with such furniture as you choose. A fool takes in all the lumber of every sort that he comes across, so that the knowledge which might be useful to him gets crowded out, or at best is jumbled up with a lot of other things, so that he has a difficulty in laying his hands upon it.

Добавление полей в форму динамически jQuery #

Добавление полей в форму динамически jQuery



Добавление полей динамически





Форма

PNotify - плагин уведомлений для twitter bootstrap или jQuery UI #

PNotify - плагин уведомлений для twitter bootstrap или jQuery UI

http://sciactive.com/pnotify/

DarkTooltip - скрипт всплывающей подсказки #

DarkTooltip - скрипт всплывающей подсказки

http://rubentd.com/darktooltip/