All articles filed under “jQuery”

Creating the Path Button Effect with CSS3 and jQuery

Creating the Path Button Effect with CSS3 and jQuery

I'm really big fan of the recent 2.0 release of social app Path. I think the design is impeccable and the little touches put it head and shoulders above competing apps like Facebook's. Concensus seems to show that one of everyone's favorite features seem to be the button interactions for adding a "moment". I set out to quickly recreate this effect with CSS3 and jQuery.

jQuery UI Tabs With Previous and Next Buttons

jQuery UI Tabs With Previous and Next Buttons

Recently I had a client ask me for what was, in essence, a tabbed interface without tabs. He wanted to have the option to link directly to each one, make them bookmark-able, and the ability to navigate between them with a simple series of previous/next buttons. I immediately went to jQuery UI Tabs as my solution, but how to code those previous and next buttons?