Skip to content

Instantly share code, notes, and snippets.

@brickbones
Created March 15, 2017 23:41
Show Gist options
  • Save brickbones/2bee652a0ce3fdb4da79aa75d08ca59b to your computer and use it in GitHub Desktop.
Save brickbones/2bee652a0ce3fdb4da79aa75d08ca59b to your computer and use it in GitHub Desktop.
$( document ).ready(function() {
$( ".burger" ).click(function() {
$('nav ul').slideToggle().css('display','flex');
});
});
@sina066
Copy link

sina066 commented Jun 2, 2017

Helllo Jose
I need some help. I want to design a app for winodws 8.1 or higher
main idea is dragging vegetables in to a pot
how would you recommend me to do it?
here is my gmail :[email protected]
please help me asap
thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment