public
Description: Data Binding Plugin for jQuery
Home | Edit | New

Demo: Simple Items Example

Demos > Simple Items 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'}
	])
	.chain();
Last edited by raid-ox, Sat Aug 16 06:28:52 -0700 2008
Home | Edit | New
Versions: