Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicon/codeigniter-theme
/ removeElement
Function
removeElement
themes/default/js/bootstrap.js:116–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
$parent.removeClass(
'in'
)
115
116
function
removeElement() {
117
$parent
118
.trigger(
'closed'
)
119
.remove()
120
}
121
122
$.support.transition && $parent.hasClass(
'fade'
) ?
123
$parent.on($.support.transition.end, removeElement) :
Callers
1
bootstrap.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected