http://floorsofstone.com/sample-request/
^ The table with stone samples on is the element in question.
How would I even go about describing this so I can find a javascript/jquery alternative to make it easily editable.
If anybody has anything similar please pass on the link…
Thanks very much.
I could tell you it is possible to do something like that, I don’t think you would find an out-of-the-box plugin to handle everything for you.
You would have to have a grid of divs with all your tiles.
I would think it would be better to do the whole thing without any animations first.
Then you can add animated effects to make it all look better. Look at JQuery’s animate and JQueryUI animation for the little mouse over effects.
Update:
Once you are done creating your client behavior (selection..et) and animations. You can then hook the whole thing up to your server with jquery.ajax()
I checked out how that page works. On submit, it loads up a form for some details and posts the data off to this url : http://floorsofstone.com/sample-request/post-data.aspx
The popup dialog also contains hidden fields with the selected TileID’s, something like this:
So your jquery on submit would be something like: