I have that button in my mobile website; the problem is, that I need to add a meth
You can do something like below to hide/close the menu
$(document).click(function(){ $(your class/id).hide('slow'); });
Here is Fiddle
Instead of menu i have just shown a simple example for click