Jquery plugin markitup lightweight Text Editor

Source: Internet
Author: User
Tags jquery library
Jquery plugin markitup lightweight Text Editor

Jquery universal markup editor is a jquery-based lightweight text editor that provides powerful online text editor functions. It supports HTML, wiki, bbscode, and other editing formats. It is highly scalable and easy to use. markitup is as follows:

Instructions for use
You need to use the jquery library file and the markitup Library File
Use instance
1. Contains the file section

    1. <SCRIPT type = "text/JavaScript" src = "jquery. js"> </SCRIPT>
    2. <SCRIPT type = "text/JavaScript" src = "markitup/jquery. markitup. js"> </SCRIPT>
    3. <SCRIPT type = "text/JavaScript" src = "markitup/sets/html/set. js"> </SCRIPT>

Ii. html Section

    1. <Textarea id ="Html"Cols =" 80 "rows =" 20 ">
    2. ...Biuuu.com...
    3. </Textarea>

Iii. crpt

    1. <Script language = "JavaScript">
    2. $ (Document). Ready (function (){
    3. $ ('#Html'). Markitup (myhtmlsettings );
    4. });
    5. </SCRIPT>

The above examples show that using the jquery plug-in markitup to implement an online text editor is very simple and has rich functions. Here we only introduce a simple HTML example. You can go to the markitup official website to view relevant documents.

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.