mateuszmarkowski/jQuery-Seat-Charts

this.data() show empty when i click

Opened this issue · 0 comments

click: function () {
if (this.status() == 'available')
{
console.log(this.data().price);
}
}
this shows undefined price.

My seats are defines as

seats: {
A: {
price : 2.00,
classes : 'A-class',
category: 'Platinum'
},
},