Skip to main content

Daniel Hagnoul

Member since Oct 7, 2011

Recent Blog Comments By Daniel Hagnoul

  • Appending An Array Of jQuery Objects To The DOM

    Posted on Oct 8, 2011 at 4:26 AM

    @mahdi, Vous avez raison. Également : $( "ul.friends" ).append( buffer.join("") ); J'étais parti de l'idée de l'opérateur "," : $( "ul.friends" ).append("<li>Joanna</li>","<li>Lisa</li>","<li>Tricia</... read more »

  • Appending An Array Of jQuery Objects To The DOM

    Posted on Oct 7, 2011 at 4:59 PM

    // I am a convenience method for creating a Friend node // with the given name (returned as a text). function createFriendNode( name ){ // Create the friend node. return "<li>" + name + "</li>"; } // Create an array of friends. var buffer = []; buffer.push( crea... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel