Skip to content

Instantly share code, notes, and snippets.

@leopic
Created April 13, 2013 22:41
Show Gist options
  • Select an option

  • Save leopic/5380409 to your computer and use it in GitHub Desktop.

Select an option

Save leopic/5380409 to your computer and use it in GitHub Desktop.
removing cruft from flixel's docs
var jqloader = document.createElement('script');
jqloader.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js');
document.body.appendChild(jqloader);
$('.summaryTableDescription, .summaryTableOwnerCol, th, .summaryTablePaddingCol, .summaryTableInheritanceCol, .showHideLink').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment