Adding/removing values into/from Codemirror from a Checkbox
问题 So I check normalize to add normalize library into Codemirror. <link rel="stylesheet" href="http://necolas.github.io/normalize.css/3.0.1/normalize.css" /> I check jQuery and I add the jQuery source after normalize: <link rel="stylesheet" href="http://necolas.github.io/normalize.css/3.0.1/normalize.css" /> <script src="http://code.jquery.com/jquery-latest.min.js"></script> but if I uncheck normalize, I want it to remove the normalize link, and if I check it again I want to add normalize after