Skip to content

Jquery Plugin for flash/Highlighting the code literals in web pages. Ideal for code / IT Tech web pages

Notifications You must be signed in to change notification settings

KundanGaira/CodeFlash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CodeFlash - Jquery Plugin

Jquery Plugin to highlight code snippet.

Dependencies

How to use

  • Download files from github.
  • Include Js and css file in your web page.
  • Write code snippet inside <pre> or any other tag.

Example usage

<script src="js/codeflash.js"></script>
$(document).ready(function(){
   $('pre').codeflash({
       languages:['php']
   });
});

This will flash /Highlight code snippet inside all <pre> tags

About

Jquery Plugin for flash/Highlighting the code literals in web pages. Ideal for code / IT Tech web pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published