Skip to content

Instantly share code, notes, and snippets.

@flagoworld
Forked from anonymous/gist:1602756
Created January 12, 2012 20:03
Show Gist options
  • Save flagoworld/1602778 to your computer and use it in GitHub Desktop.
Save flagoworld/1602778 to your computer and use it in GitHub Desktop.
var addSubSection=function(type,ssection,name)
{ //Support for sections by Wobak
var subsection=$('<div class="subsection"><div class="name"></div></div>');
subsection.css('height','20px');
subsection.find('.name').text(name);
$('.itemholder[type="' + ssection.type + '"]').append(subsection);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment