As seen on CodeDrops and GitHub. A simple view mode switch that has two example layouts, a grid and a list. A layout switch with two viewing modes: grid and list. The layout is defined by a view class that gets applied to the main wrapper. Some example media queries show how to make things Full Article…
Viewing 1 to 2 of 2 items
Mobile Navigation Toggle with jQuery
Taken from web designer wall. Here’s the demo. This tutorial shows you how to create a mobile navigation with jQuery as seen on the sites listed above. jQuery will be used to prepend the menu icon and toggle the navigation. This trick doesn’t require any extra/un-semantic HTML tags. HTML Below is the sample navigation HTML Full Article…