links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "dom",

Top "dom" experts: glennm, flocke, jeroencoumans, jacekzpolski, leolaursen, wioota,

Groups about "dom": web 2.0,

1 - 5 of 5   Watch mshook
 
$('<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 2009-08-07 17:20 javascript · jquery · client · bind · html · template · history · interesting · why · rest · dom · via
http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/ - cached - mail it - history
"If you’re unfortunately coding in a code & run hack environment, you’re going to be under a lot of pressure to become a jQuery guru quick as it takes time to get used to using it. This list is fairly short initially however I plan on updating my list here in this post indefinitely as I find more of what I think are some of the best links out there. The intention here again is not to post every conceivable blog post, video, presentation, site..but ones I personally feel are the most useful. "
by mshook 2009-03-22 15:13 jquery · javascript · links · list · viapopular · why · dom · comparison · thumbnail
http://www.codezest.com/archive/2009/03/21/jquery-link-repository.aspx - cached - mail it - history
by mshook 2009-03-19 10:01 xslt · xml · php · example · code · dom · howto · template
http://devzone.zend.com/node/view/id/1713 - cached - mail it - history
"grab data from one page and display it on another. You can download the sample solution at the end of this tutorial. First, View The Example. In this example, you'll need to create two pages. Title the first one - "loadData.htm", and name the second one - "theOtherPage.htm"."
by mshook 2008-06-16 06:41 javascript · dom · example · jquery
http://www.detacheddesigns.com/blog/blogSpecific.aspx?BlogId=82 - cached - mail it - history
1 - 5 of 5  
Related Tags
 
- exclude ~ optional + require
Add Dates