MCPcopy Create free account
hub / github.com/apache/cloudstack / removeElement

Function removeElement

tools/ngui/static/bootstrap/js/bootstrap.js:1434–1438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1432 $parent.removeClass('in')
1433
1434 function removeElement() {
1435 $parent
1436 .trigger('closed')
1437 .remove()
1438 }
1439
1440 $.support.transition && $parent.hasClass('fade') ?
1441 $parent.on($.support.transition.end, removeElement) :

Callers 1

bootstrap.jsFile · 0.85

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected