includes/clientside/static/dropdown.js
changeset 523 9d239396be42
parent 420 301f546688d1
child 582 a38876c0793c
equal deleted inserted replaced
522:fd46b1bf708e 523:9d239396be42
    90                 
    90                 
    91                 // Setup events
    91                 // Setup events
    92                 obj.childNodes[i].onmouseover = function()  { jBoxOverHandler(this); };
    92                 obj.childNodes[i].onmouseover = function()  { jBoxOverHandler(this); };
    93                 obj.childNodes[i].onmouseout = function(e)  { jBoxOutHandler(this, e); };
    93                 obj.childNodes[i].onmouseout = function(e)  { jBoxOutHandler(this, e); };
    94                 obj.childNodes[i].nextSibling.onmouseout = function(e)  { jBoxOutHandler(this, e); };
    94                 obj.childNodes[i].nextSibling.onmouseout = function(e)  { jBoxOutHandler(this, e); };
       
    95                 if ( is_iPhone )
       
    96                 {
       
    97                   obj.childNodes[i].onclick = function()  { jBoxOverHandler(this); return false; };
       
    98                 }
    95               }
    99               }
    96             }
   100             }
    97           }
   101           }
    98         }
   102         }
    99       }
   103       }