If you’re looking for a raw jQuery menu, you could use animate(). See this JSFiddle for an example:
http://jsfiddle.net/turiyag/7tcbc/3/
$("#menu").animate({"width":"80%"},10000);
1
solved need code for sliding menu bar [closed]
If you’re looking for a raw jQuery menu, you could use animate(). See this JSFiddle for an example:
http://jsfiddle.net/turiyag/7tcbc/3/
$("#menu").animate({"width":"80%"},10000);
1
solved need code for sliding menu bar [closed]