Have a Snippet?

Keep, track and share your code snippets with your friends



Tag "jQuery" (15)


jQuery: Display file sizes next to download links Share on Vkontakte

«jQuery Trickshots» by tutorialzine.com ... Reveal Code


JavaScript: Dumping tools and alias for development Share on Vkontakte

Use it for easy dumping variables
q() is alias for console.log()
w() is function, that displaying colorfull variable data like "var_export" to popup transparent div
based on this helpfull comment http://stackoverflow.com/a/7220510/2236189

Example: http://jsfiddle.net/ymmsA/
... Reveal Code


jQuery: Get data via Ajax Share on Vkontakte

Get some data via Ajax, calling to a php-script and receiving a data. ... Reveal Code


jQuery: close popup Share on Vkontakte

скрываем всплывающее окно по клику снаружи. ... Reveal Code


jQuery: Выделить текст внутри элемента Share on Vkontakte


Выделить этот текст!


и этот!



Выделить

... Reveal Code


jQuery: Finger Scroll (Скроллинг контента пальцем ) Share on Vkontakte

Finger Scroll (Скроллинг контента пальцем ) ... Reveal Code



jQuery: rotate(obj, degree) Share on Vkontakte

rotate(obj, degree) ... Reveal Code


jQuery: Простой движок AJAX-сайта Share on Vkontakte

Выдернуто откуда-то из просторов сети и доработано
Требование:
Наличие на странице обертки

, в которую будет грузиться страница
Наличие обертки
, для показа во время ожидания загрузки
Примеры ajax-ссылки:
ajax-ссылка
ajax-ссылка ... Reveal Code


jQuery: Keyboard shortcut Share on Vkontakte

Using the keyboard shortcut to increase the value in the input field ... Reveal Code


jQuery: Growl-like messages Share on Vkontakte

Simple Growl-like messages (top-right corner of a page) ... Reveal Code


jQuery: Enable the button when there is text in the text field Share on Vkontakte

Enable the button ("Submit" or other) when there is text in the text field ... Reveal Code


jQuery: Scroll to top Share on Vkontakte

Scroll the page to its top ... Reveal Code


jQuery: Fade in then fade out Share on Vkontakte

Fade in the hidden element, wait a little bit, then fade out id. Simple but useful. ... Reveal Code