Open lairene11 opened 11 years ago
Hi there, you can view the information from http://html5.mtooa.com/seat/cinema.html#vdata, that is a live demo, and you can view the data structure of v parameter from a link
Thank you so much. You just made my day :))
hi it's looking super... i doing project on movie theater seat selection. This code is very useful to me. Could you please send the total code to my mail id.
http://html5.mtooa.com/seat/cinema.html#vdata
please send the total code to my mail id . sai.rapola@gmail.com.
Can I use this plugin for Bus seats selection layout?
@amitchoubey yes, you can, but you need to design the bus layout by yourself
@gzhtml5 yeah, I designed & also working fine.
Do you have a copy of the image that explains the mapping / json data? That site doesn't exist anymore and I don't appear to be able to find it anywhere.
Plugin looks great for my needs
@prom3theu5 our new site is here http://html5.mtooa.com/, and the picture for JSON structure as following image link http://html5.mtooa.com/seat/images/structure.jpg
Awesome - thanks a lot :)
Hello everyone! I just found this plugin and it is very similiar to what i was looking for. I have seen the cinema example by now and that the data has a format like below, but i`m not getting the idea of what each parameter represents. { "area": { "areaid": "1", "venueid": "41468909", "fnames": "12看台", "s": [{ "v": "0,0,2,2,1,1,1,1.00,0,0,0," }, { "v": "1,5,8,2,2,1,2,1.00,0,0,0," }] } }
I didn`t find any documentation about this, so could anyone please explain how it works (mainly the value passed to "v" parameter). Any help would be appreciated. Thank you!