We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, I really like your library. Good job!
However, it would be good if it provides the current version in a public variable, for instance accessible by $.Zebra_DatePicker.version.
$.Zebra_DatePicker.version
I can think of several use cases for such information:
Of course, you will need to remember to modify this variable each time you release a new version. But I think it is always worth the hassle.
Example of implementation (that I find useful) : DataTables (jQuery plugin): https://github.com/DataTables/DataTables/blob/master/media/js/jquery.dataTables.js#L9416
I could submit a PR if you want.
Thanks!
The text was updated successfully, but these errors were encountered:
6dd3d20
No branches or pull requests
First of all, I really like your library. Good job!
However, it would be good if it provides the current version in a public variable, for instance accessible by
$.Zebra_DatePicker.version
.I can think of several use cases for such information:
Of course, you will need to remember to modify this variable each time you release a new version.
But I think it is always worth the hassle.
Example of implementation (that I find useful) : DataTables (jQuery plugin):
https://github.com/DataTables/DataTables/blob/master/media/js/jquery.dataTables.js#L9416
I could submit a PR if you want.
Thanks!
The text was updated successfully, but these errors were encountered: