Re: [jQuery] simplemodal next/back functionality
Given the following HTML: one two three four five Modal one Modal two Modal three Modal four Modal five $(function() { $('a.Foo').each(function() { $(this).click(function() {
[jQuery] simplemodal next/back functionality
i'm using simplemodal library to show a collection of items, each of which is some html content... however, all of these are of the same structure and are related, so i'm trying to find a way to implement back/next links to save users an extra click (to close the current, then open next, and wait f