Bootstrap-based bootstrap-editable plug-in for instant editing

Source: Internet
Author: User

1. Refer to Basic CSS and JS:
<Linkhref= "Bootstrap3/css/bootstrap.min.css"rel= "stylesheet"type= "Text/css" /><!--Bootstrapcss-
<Linkhref= "Js/bootstrap3-editable/css/bootstrap-editable.css"rel= "stylesheet"type= "Text/css" /><!--bootstrap3-editable plug-in style - <Scriptsrc= "Js/jquery-1.7.1.min.js"type= "Text/javascript"></Script> <Scriptsrc= "Jss/bootstrap.min.js"type= "Text/javascript"></Script> <Scriptsrc= "Js/bootstrap3-editable/js/bootstrap-editable.min.js"type= "Text/javascript"></Script><!--bootstrap3-editable Plugin js-


2.html and JS
<href= "javascript:;" ID = "username" DATA-PK = "2257" > Chinese Language and text network </ a > </ Div >
    <Scripttype= "Text/javascript">        $(function() {            //Editables            $('#username'). Editable ({URL:'files/handler.ashx', type:'text', PK: $ ("#username"). attr ('DATA-PK'),///Unique indicator Value name:'username', Title:'Modify', Success:function(value) {$ ("#username"). Text (value);        }            });    }); </Script>

3. Process the procedure in Files/handler.ashx. Modify the title.

More parameters to use. Everyone can Baidu.

Bootstrap-based bootstrap-editable plug-in for instant editing capabilities

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.