How is this achieved with JQuery?

Hi there :slight_smile:

I was admiring this simple single page website:

http://naomiatkinsondesign.com/

In particular, I’d like to create something similar to the Our Work sections. They have each portfolio item coding up using the HTML5 article tag which you can see in the code. I can see they are using the JQuery UI plugins but I’m pretty sure they aren’t using any form of third party carousel type plugin.

I’m not hugely experienced with JQuery, I usually just make use of plugins and write some fairly simple Ajax stuff etc. So I was hoping that someone could give me some pointers in how to achieve something similar to the Our Work section on the website above by writing my own code but with the assistance the JQuery UI plugins? I’m totally comfortable with writing the HTML, I just want to get the JQuery part perfect.

Many thanks :slight_smile:

Well the code they use for that is in the onload.006.min.js file. Even though it’s been minified, if you use Google Chrome you can use the built-in pretty-print to make it nice and readable, or you can pass the code through an online prtty-print service such at http://jsbeautifier.org/