Mecha versi 2.6.4 sudah dirilis!

Draggable Tanpa jQuery UI

Draggable Tanpa jQuery UI

Terkait: JavaScript Draggable $(function() { $('body').on('mousedown', 'div', function() { $(this).addClass('draggable').parents().on('mousemove', function(e) { $('.draggable').offset({ top: e.pageY

Basic jQuery Text/Image Rotator

Basic jQuery Text/Image Rotator

Barusan Saya menemukan kode bagus di sini: Creating a Text Rotator with jQuerySangat sederhana dan mudah dipahami. Sebuah fungsi jQuery slider dasar untuk merotasikan sekelompok elemen di dalam konta…

Simple Tab jQuery Plugin

Simple Tab jQuery Plugin

Simple Tab is a jQuery plugin to transform a group of elements into a tab widget. Simple Tab adalah plugin jQuery untuk mengubah sekelompok elemen menjadi sebuah widget tabulasi: Lihat Demo Unduh Pl…

Plugin jQuery Accordion Sederhana

Plugin jQuery Accordion Sederhana

Plugin /** * Simple jQuery Accordion Plugin * Author: Taufik Nurrohman * Date: 8 June 2012 * https://plus.google.com/108949996304093815163/about */ (function($) { $.fn.accordion = function(settings)

Jimp · A jQuery Tooltip for Image Preview

Jimp · A jQuery Tooltip for Image Preview

Jimp is a lightweight jQuery tooltip plugin for image preview. Very responsive to the viewport position and easy in installation. Jimp adalah plugin jQuery untuk menampilkan gambar dalam tooltip yan…