Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/kamens/jQuery-menu-aim
/ removeElement
Function
removeElement
example/js/bootstrap.js:115–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
$parent.removeClass(
'in'
)
114
115
function
removeElement() {
116
$parent
117
.trigger(
'closed'
)
118
.remove()
119
}
120
121
$.support.transition && $parent.hasClass(
'fade'
) ?
122
$parent.on($.support.transition.end, removeElement) :
Callers
1
bootstrap.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected