Closed gregopet closed 14 years ago
A page I am working on somehow got its body element narrowed by the designer. Clicking outside the main page content thus does not close the select box.
A fix would be to change the lines: //hide list on blur $('body').click(function(){
to
//hide list on blur $(document).click(function(){
source has been updated with this fix
A page I am working on somehow got its body element narrowed by the designer. Clicking outside the main page content thus does not close the select box.
A fix would be to change the lines:
//hide list on blur $('body').click(function(){
to