I need to display information on the screen, but it needs to be displayed as a code (javascript, c #) formatted and colored (code sample), is there any jquery component or something like that?
Example
$('#ID').click(function (){ alert("Hello Word!")});