Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ $
Function
$
demo/tutorial/main.js:1–4 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
1
function
$(element){
2
// 获取 DOM 对象的短写,如果你在用 jQuery 也可以采用类似的方法
3
return
document.getElementById(element);
4
};
5
6
window.addEventListener(
'load'
,
function
(){
7
// 在窗体载入完毕后再绑定
Callers
9
main.js
File · 0.70
debugger.js
File · 0.50
bind
Function · 0.50
stop
Function · 0.50
resume
Function · 0.50
bindWindow
Function · 0.50
bindTests
Function · 0.50
bindResize
Function · 0.50
bindDebugger
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected