I put the ajax call in a variable, how can I call it again and pass some parameters to the data attribute of the ajax?. now I have a date range picker, If i click apply button i just want to call the request variable to be able to trigger the ajax call again and pass some parameters. TIA Answer
Tag: daterangepicker
How to set a minimum date range limit for the Date Range Picker
I am using the Date Range Picker from daterangepicker.com. How can I set a minimum date range limit for this Date Range Picker? For example, I want to set minimum limit of 3 days so the user can only select a date range of 3 days or more. At the moment my code for the date range picker is just