项目作者: YujiSODE

项目描述 :
simple HTML element editor with JavaScript.
高级语言: JavaScript
项目地址: git://github.com/YujiSODE/editElement.git
创建时间: 2017-02-01T06:33:57Z
项目社区:https://github.com/YujiSODE/editElement

开源协议:MIT License

下载


editElement

simple HTML element editor with JavaScript.
https://github.com/YujiSODE/editElement

Copyright (c) 2016 Yuji SODE \yuji.sode@gmail.com\
This software is released under the MIT License.
See LICENSE.txt or http://opensource.org/licenses/mit-license.php


Script

  • editElement.js

How to use

  • call “_editElement(tag)

Examples
1) [Set element editor]:var y=_editElement(window.document);
2) [Element select]; Select a tag in target tag by clicking.
3) [Element Edit]; Edit a selected tag.
4) [Remove set element editor]:y();

Parameters

  • tag: target tag

Returned value

Function that removes set element editor.