Jquery Plugin to highlight code snippet.
- Download files from github.
- Include Js and css file in your web page.
- Write code snippet inside <pre> or any other tag.
$(document).ready(function(){
$('pre').codeflash({
languages:['php']
});
});
This will flash /Highlight code snippet inside all <pre> tags