Drop down slide menu for iPhone web app
I'm creating a iPhone web app and want to add a drop down menu in the top menu bar to preserve page space. How would I get the menu to slide? I currently have 开发者_高级运维all my list items in a unordered list in a div. I have jQuery installed so can use that.
You can do this with the jQuery .slideDown() property. See this link for more
精彩评论