We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Demos > Simple Items Example
<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();
There was an error while loading. Please reload this page.