public
Description: Interaction Service Plugin for chain.js
Home | Edit | New

Demo: Simple Draggable

Demos > Simple Draggable Example

First Last

Source

<div id="persons">
	<div class="item"><span class="first">First</span> <span class="last">Last</span></div>
</div>
$('#persons')
	.items([
		{first:'Isaac', last:'Newton'},
		{first:'Johannes', last:'Keppler'},
		{first:'Alessandro', last:'Volta'},
		{first:'Blaise', last:'Pascal'}
	])
	.draggable()
	.chain();
Last edited by raid-ox, Tue Sep 16 09:12:58 -0700 2008
Home | Edit | New
Versions: