Tag Archives: HTML
JS Bin Links Now in All Code Snippets
I’ve edited the core of the Syntax Highlighter plugin used on this site to highlight code snippets to include JS Bin links on its toolbar (where applicable). If the code snippet can be represented and played with in JS Bin, … Continue reading
Posted in JavaScript
Tagged Edit, HTML, JavaScript, JS Bin, Preview, Snippet, Syntax Highlighter
Leave a comment
Strip Specific HTML Tags From String
In fiddling around with some code highlighters to use for this blog, I found myself needing a way to strip tags from a JavaScript string of HTML, while leaving others. I needed it so I could convert highlighted code to … Continue reading