Created
April 13, 2013 22:41
-
-
Save leopic/5380409 to your computer and use it in GitHub Desktop.
removing cruft from flixel's docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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