5

Are there any jQuery plugins to highlight the source code shown in an HTML page? If there are more than one, which one is better to adopt?

kiamlaluno
  • 24,790
  • 16
  • 70
  • 85

4 Answers4

5

check this : http://softwaremaniacs.org/soft/highlight/en/

Pranay Rana
  • 164,177
  • 33
  • 228
  • 256
3

You can highlight the syntax with jQuery and Chili. Linked you'll find a nice tutorial to do this.

You can also check the most famous JS highlight plugin: Alex's Gorbatchev SyntaxHighlighter.

kiamlaluno
  • 24,790
  • 16
  • 70
  • 85
Bogdan Constantinescu
  • 5,196
  • 4
  • 37
  • 50
1

yes

http://plugins.jquery.com/project/Codify

Haim Evgi
  • 114,996
  • 43
  • 205
  • 218
1

Syntax Highlighter is very useful.

http://code.google.com/p/syntaxhighlighter/

There are too many code lighter plugins on Wordpress plugin page. You can provide it from there

onurbaysan
  • 1,218
  • 8
  • 26