I noticed a few big problems while converting the tipping options to JQuery . . .
Mainly, I seem to have overlooked the fact that cb,tipOptions returns a function
rather than a JSON object. So essentially, only the generic tip note
works - not the choice options (even though the code is there and tested
it'll never get executed)
In my defense though :-), this seems to be a rarely used option. (Perhaps
because it eliminates the freeform tip note?) . . . of the dozen or so popular
apps I pulled from the live server, none of them seemed to use this (or maybe
they do and I never noticed it since it wasn't working LOL)
In any case, I'll rush the non-JQuery portions of this to the master branch ASAP.
I noticed a few big problems while converting the tipping options to JQuery . . .
Mainly, I seem to have overlooked the fact that cb,tipOptions returns a function
rather than a JSON object. So essentially, only the generic tip note
works - not the choice options (even though the code is there and tested
it'll never get executed)
In my defense though :-), this seems to be a rarely used option. (Perhaps
because it eliminates the freeform tip note?) . . . of the dozen or so popular
apps I pulled from the live server, none of them seemed to use this (or maybe
they do and I never noticed it since it wasn't working LOL)
In any case, I'll rush the non-JQuery portions of this to the master branch ASAP.