Giter Site home page Giter Site logo

Comments (11)

mateuszmarkowski avatar mateuszmarkowski commented on July 17, 2024

A page with examples is something I've been planning to do. I'll try to setup a basic demo within a few days.

from jquery-seat-charts.

mateuszmarkowski avatar mateuszmarkowski commented on July 17, 2024

A few days and commits later here comes a very basic demo page: http://mateuszmarkowski.github.io/jQuery-Seat-Charts/

It's pretty ugly but serves the purpose I believe.

from jquery-seat-charts.

alanjdoolan avatar alanjdoolan commented on July 17, 2024

That is awesome. Got me set up. I'm messing around with the styling and
loving it but I did have a few questions.

  1. I'm trying to add a stage but having little luck. Any suggestions on
    how I can do this or is it possible to do already?
  2. I'm also looking to have it so that the seats start the other way
    around (bottom to top), how would I do that without manually writing in the
    seat locations?

Thanks again!
Alan

On 22 February 2014 13:22, Mateusz [email protected] wrote:

A few days and commits later here comes a very basic demo page:
http://mateuszmarkowski.github.io/jQuery-Seat-Charts/

It's pretty ugly but serves the purpose I believe.

Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-35802403
.

from jquery-seat-charts.

alanjdoolan avatar alanjdoolan commented on July 17, 2024

Actually, I noticed that if I put an aile in the center of the seats the
aile is being counted as a seat column and so there is a missing seat in
the row (e.g. 1234_6789)
any suggestion on how to overcome this?

On 24 February 2014 12:03, Alan Doolan [email protected] wrote:

That is awesome. Got me set up. I'm messing around with the styling and
loving it but I did have a few questions.

  1. I'm trying to add a stage but having little luck. Any suggestions on
    how I can do this or is it possible to do already?
  2. I'm also looking to have it so that the seats start the other way
    around (bottom to top), how would I do that without manually writing in the
    seat locations?

Thanks again!
Alan

On 22 February 2014 13:22, Mateusz [email protected] wrote:

A few days and commits later here comes a very basic demo page:
http://mateuszmarkowski.github.io/jQuery-Seat-Charts/

It's pretty ugly but serves the purpose I believe.

Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-35802403
.

from jquery-seat-charts.

mateuszmarkowski avatar mateuszmarkowski commented on July 17, 2024

I'll think about the stage, but the other two are fairly easy:

Bottom to top seats:
You can write a small function that will simply create the rows array:

rows    : (function(length) {
    var rows = [];
    for (var i = length; i >= 1; i--) {
        rows.push(i);
    }
    return rows;
})(6)
//(6) causes the function to run immediately with 6 as length param

For the isle I think you could also write a function but passing a ready array will be easier:

columns : [1,2,3,4,5,'','','',6,7,8,9],

from jquery-seat-charts.

alanjdoolan avatar alanjdoolan commented on July 17, 2024

I've tried the columns before but the seats don't skip too

On 18 March 2014 07:54, Mateusz [email protected] wrote:

I'll think about the stage, but the other two are fairly easy:

Bottom to top seats:
You can write a small function that will simply create the rows array:

rows : (function(length) {
var rows = [];
for (var i = length; i >= 1; i--) {
rows.push(i);
}
return rows;
})(6)
//(6) causes the function to run immediately with 6 as length param

For the isle I think you could also write a function but passing a ready
array will be easier:
columns : [1,2,3,4,5,'','','',6,7,8,9],

Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-37907026
.

from jquery-seat-charts.

mateuszmarkowski avatar mateuszmarkowski commented on July 17, 2024

Hmm, what do you mean by seats not skipping?

from jquery-seat-charts.

mateuszmarkowski avatar mateuszmarkowski commented on July 17, 2024

Alan, I spent some time on the project which resulted in a much better demo with a stage. Also it's now possible to override ids and labels per seat so you're not limited by getLabel/getId functions: 6b181f1

from jquery-seat-charts.

alanjdoolan avatar alanjdoolan commented on July 17, 2024

excellent, I'll give it a go. Thanks for letting me know!

On 9 June 2014 21:20, Mateusz [email protected] wrote:

Alan, I spent some time on the project which resulted in a much better
demo with a stage. Also it's now possible to override ids and labels per
seat so you're not limited by getLabel/getId functions: 6b181f1
6b181f1


Reply to this email directly or view it on GitHub
#1 (comment)
.

from jquery-seat-charts.

alanjdoolan avatar alanjdoolan commented on July 17, 2024

I only noticed the life map update with sold seats. I'm not fully sure I
get how the information is to be returned to function.

On 9 June 2014 22:17, Alan Doolan [email protected] wrote:

excellent, I'll give it a go. Thanks for letting me know!

On 9 June 2014 21:20, Mateusz [email protected] wrote:

Alan, I spent some time on the project which resulted in a much better
demo with a stage. Also it's now possible to override ids and labels per
seat so you're not limited by getLabel/getId functions: 6b181f1
6b181f1


Reply to this email directly or view it on GitHub
#1 (comment)
.

from jquery-seat-charts.

mateuszmarkowski avatar mateuszmarkowski commented on July 17, 2024

Btw, the demo url has changed.

What information do you mean and which function?

from jquery-seat-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.