Jarvis J. Stubblefield

Results 36 comments of Jarvis J. Stubblefield

Autobahn / WAMP (http://wamp-proto.org) I'm also seeing queue systems, not just the transport? Maybe beanstalkd then?

Interesting. Thanks for posting this ... I actually haven't had it "mask" any of my numbers when I type them in, it shows them all on the card. @workgena Have...

Fair enough... I need to learn some CoffeeScript so I can contribute code myself.

Are any of you intending to create a PR so we can get this type of support? I would need to double check with @jessepollak before merging to be sure...

@MonteShaffer I agree these would be some nice things to have. If you have time to put them into a PR that would be great... Otherwise we'll leave this ticket...

@jessepollak Could definitely see a use for being able to provide the date format... I need the date in the YYYY-MM format for my backend (not that I can't convert...

I see that I can listen to an event in #277 ... this goes back to some documentation. Thanks!

Okay so I'm using... ``` $(document).on('payment.cardType', function(event) { console.log('Im here!'); console.log(event); }); ``` And it's not working. I have also tried... ``` $(document).on('payment.cardType', '#td-card-details', function(event) { console.log('Im here!'); console.log(event); });...

@christianrss I'm using jQuery which I don't think has access to that property. It needs to be exposed... Currently I'm doing... which works well, but grabbing it directly from the...

@mangya Please show some code. We cannot help much with diagnosis of what's going on. I'll have to check on whether the name is required.