Is there a quick/easy way to have tabular data and have a button that turns them to thumbnails (kind of a 2-view system, table/thumb)–I’m not looking for image thumbnails…
Any ideas are appreciated! 🙂
Examples:


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’d like to render a standard table and then use jQuery to build the thumbnail view, then here’s an example:
Rendered HTML:
jQuery:
Actually you can shorten the jQuery code a bit by chaining some of the statements.
Here’s a working example: http://jsfiddle.net/2PCnL/1/