tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

initialText not applying per-initiation. #33

Closed jtsternberg closed 9 years ago

jtsternberg commented 9 years ago

initialText only works once, and after that, it's not possible to specify different text for each button.

op16 commented 9 years ago

Sorry, I can't reproduce it, or I didn't understand what you are trying to do.

$("#e3").daterangepicker('option', 'initialText', 'Select something');
$("#e3").daterangepicker('option', 'initialText', 'Select something else');
$("#e2").daterangepicker('option', 'initialText', 'Select something else 2');
op16 commented 9 years ago

Please make sure you are not using an outdated version.

jtsternberg commented 9 years ago

yep, it was my fault. sorry for raising this issue.