Widget:Sandbox2: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 12: Line 12:


   $('<ul/>', {
   $('<ul/>', {
    'class': 'my-new-list',
     html: items.join('')
     html: items.join('')
   }).appendTo('output');
   }).appendTo('output');

Revision as of 17:02, 15 October 2012