Categories
css mobile

Potentially new UI design pattern: Expandable Mobile Search Form

The Purpose: On mobile display, every pixel counts. To minimize the space required to display the search form, it is displayed in a compact form and then expand I did some research on it and found that it helped discount levitra no rx not only with gallbladder surgery recovery but with liver, pancreatic, and intestinal […]

Categories
coffeescript javascript jquery

example of jquery code complied from coffeescript

I wanted to see the effects of jquery compiled from coffeescript. When writing any coffeescript take notice of how you must use white space. // coffeescript menuStatus = false $(“#showMenu”).live ‘tap’, -> if !menuStatus then $(“.ui-page-active”).animate marginLeft: “165px”, 280, -> menuStatus = true else $(“.ui-page-active”).animate marginLeft: “0px”, 280, -> mentuStatus = false return // compiled […]