Difference between revisions of "Template:CSS UCL5"

Line 29: Line 29:
 
$(document).mouseup(function (e)
 
$(document).mouseup(function (e)
 
{
 
{
     var container = $("mobile-list");
+
     var container = $("hidden-menu");
  
 
     if (!container.is(e.target) // if the target of the click isn't the container...
 
     if (!container.is(e.target) // if the target of the click isn't the container...

Revision as of 15:39, 27 July 2015

-->