hey guys, so im not sure if this is the right forum, sorry if its not.
anyway, i have to create a webpage that can do seating arrangements graphically. it would be like those seating plan softwares out there but this would be online. users can choose tables/chairs/etc which guests seats where that sort of thing.

im not sure how to even start doing this, if anyone has any links/suggestions/ideas that would be great. thanks.

Recommended Answers

All 3 Replies

Check out how an image map works. Am sure that will get you started.

Member Avatar for diafol

In addition to image maps...

jQueryUI has the selectable widget:

http://api.jqueryui.com/selectable/

Which may or may not help you. Note you can swap list elements for images or anything else. I think that Google's angular library has some good examples too, but I forget where.

//EDIT

http://paulhammant.com/2012/03/03/replacing-jquery-with-angular/

//END EDIT

You could also try looking at code for "voting stars", which I think is a similar concept.

thank you for the suggestions. will check them out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.