0
I need to display information on the screen but it needs to be displayed as code(javascript, c#) formatted and color(code sample), there is some component in jquery or something like that ?
Example
$('#ID').click(function (){ alert("Hello Word!")});
Here is an example of another colleague made with jquery UI: http://jsfiddle.net/eraj2587/Pm5Fr/14/ ... As for modifying exactly the browser (browser) Alert box I do not think it is possible
– Miguel