Last active
September 23, 2021 03:17
-
-
Save dangrossman/4879503153c6a7a0b3b6ebd64e0383b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/latest/jquery.min.js"></script> | |
| <script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script> | |
| <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script> | |
| <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" /> |
ok
Why didn't you mention Font Awesome here? After all, Font Awesome is needed to display the calendar icon in picker
This library has no calendar icon or any other icons. It does not make use of Font Awesome.
There are no input fields in this library. That's your own webpage where you happen to be using the library. That icon was not added by the picker.
not worked, why?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@dangrossman I know this is being super picky but there's no need to have
type="text/javascript"ortype="text/css". Those have been depricated for a while now.