Displaying 1 result from an estimated 1 matches for "bcontain".
Did you mean:
contain
2006 May 30
0
problem with effect toggle - please help
...fect.Base.prototype), {
initialize: function(element) {
this.element = $(element);
Element.cleanWhitespace(this.element);
$A(this.element.getElementsByTagName(''*'')).each( function(el) {
try {
Element.cleanWhitespace(el);
}
catch (e) {}
});
this.bContainer = this.element;
this.bContainerId = this.bContainer.getAttribute(''id'');
this.bTitle = this.bContainer.childNodes[0];
this.bBtnToggle = this.bTitle.getElementsByTagName(''IMG'')[0];
this.bContentWrap = this.bContainer.childNodes[1];...