Js dynamically displays row numbers for code coloring

Source: Internet
Author: User

This example uses the Javascript plug-in to dynamically color the code on the browser client and display the row number.
Javascript code coloring example effect: http://www.keleyi.com/keleyi/phtml/codecolor/a/index.htm

The following code is used:Copy codeThe Code is as follows: <! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml" xml: lang = "en" lang = "en">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> highlighted and colored line number of Javascript code-ke leyi </title>
<Script type = "text/javascript" src = "http://www.keleyi.com/keleyi/phtml/codecolor/a/scripts/shCore.js"> </script>
<Script type = "text/javascript" src = "http://www.keleyi.com/keleyi/phtml/codecolor/a/scripts/shBrushJScript.js"> </script>
<Link type = "text/css" rel = "stylesheet" href = "http://www.keleyi.com/keleyi/phtml/codecolor/a/styles/shCoreDefault.css"/>
<Script type = "text/javascript"> SyntaxHighlighter. all (); </script>
</Head>
<Body style = "background: white; font-family: Helvetica">
<H1> highlighted and colored line numbers in Javascript code <Pre class = "brush: js;">
Function KeleyiColor ()
{
Document. write ('keleyi. com ');
Return "hi! ";
}
</Pre>
</Body>
</Html>

Previous versions:
Http://www.keleyi.com/keleyi/phtml/codecolor/index.htm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.