Displaying 1 result from an estimated 1 matches for "sheeboo_scambio".
2007 Apr 17
4
close a div when click out of the div
...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,''click'',function(e) {if (
e.target.attributes !== undefined) return fa...