links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
1 - 1 of 1
 
First entry added on 2009-08-07 17:20. Last entry added on 2009-08-07 17:20.
Total entries: 1 (1 public, 0 private)
1
8/2009
1. Data Binding Solution for jQuery | http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/
$('<ul><li><span class="library" /></li></ul>')
    .items([
        {library:'Prototype'},
        {library:'jQuery'},
        {library:'Dojo'},
        {library:'MooTools'}
    ])
    .chain();

Chain.js isn’t just bind data automatically to your HTML, but it also maintains and manages your data/items.

var data = {first:'Stephen', last:'Hawking'};
 
// Add one item
$('#persons').items('add', data);
 
// Remove item
$('#persons').items('remove', data);
via http://www.trilancer.com/jpolite2/
by mshook  on 2009-08-07 17:20 tags: javascript · jquery · client · bind · html · template · history · interesting · why · rest · dom · via
1 - 1 of 1
Link History Bookmarklet
Do you have your Link History Bookmarklet? No? Grab it, put it in your browser's toolbar, and use it to look up the history of any web page. The link history will show you who bookmarked the page you are viewing, how they tagged it, how popular that page has been in Simpy over time, etc.
  • Drag the following link and drop it onto your browser's toolbar: Link History