Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cs.msu.ru/System/JQueryFocus?cover=print;
Дата изменения: Unknown Дата индексирования: Sun Apr 10 11:47:23 2016 Кодировка: |
This plugin sets the focus on a form input field or textarea of a form when the page is loaded.
jqFocus
(or foswikiFocus
) to the input field you'd like to focus.
%JQREQUIRE{"focus"}% <input type="text" class="foswikiInputField jqFocus" size="40" /> <style type="text/css"> input[type="text"]:focus { background-color:#FFFFC0; color:black; } </style>
creates: