search for: divhelp

Displaying 1 result from an estimated 1 matches for "divhelp".

Did you mean: devhelp
2007 Apr 17
4
close a div when click out of the div
...he last div "showed" there must "hide". Ok, no problem. I have do it. My problem is that the div that is showed in this moment must to "hide" when I clink into the document (is not important where). Onto firefox I have resolved in this way with the use of Event: mostraDivHelp(div) { //If is there a div "open" I hide it. if (SHEEBOO_scambio[''divHelp''] !== undefined && SHEEBOO_scambio[''divHelp''] != null) { $(SHEEBOO_scambio[''divHelp'']).hide(); Event.stopObserving(document,'...