1 Star 1 Fork 0

theajack / tc-event

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsbox.code.js 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2021-12-21 10:14 . Create jsbox.code.js
window.jsboxCode = {
lib: 'https://cdn.jsdelivr.net/npm/tc-event/tc-event.min.js',
lang: 'html',
code: /* html */`<button onclick="emitEvent()">emitEvent</button>
<script>
TEvent.clear()
TEvent.regist('myEvent', function (data) {
alert('emited!' + data);
})
function emitEvent(){
TEvent.emit('myEvent', 'Hello!');
}
</script>`
};
JavaScript
1
https://gitee.com/theajack/tc-event.git
git@gitee.com:theajack/tc-event.git
theajack
tc-event
tc-event
master

搜索帮助