mateuszmarkowski / jQuery-Seat-Charts

jQuery Seat Charts Plugin
MIT License
596 stars 209 forks source link

update find method #36

Closed jerviscui closed 8 years ago

jerviscui commented 8 years ago

update find id by regular expression, now you can use find method like this: sc.find(/^1_.*/); this will return the id start with "1_" from sc, such as:

1_2
1_10
1_11
1_35

Er, I not generate .min file. So, please...

mateuszmarkowski commented 8 years ago

Thanks for the PR, I've been busy recently but I promise to check it as soon as I can!

mateuszmarkowski commented 8 years ago

I merged the PR, added a tiny test and updated docs.