Advertisement
FadhilUrl

Jquery

Oct 19th, 2021
1,711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.             // url: 'http://192.168.0.108:3000/admin/transaction/filter_date/::',
  3.             url: 'http://192.168.0.108:3000/api/v1/transaction/filter_date/::',
  4.             method: 'GET',
  5.             dataType: 'json',
  6.             data: {startDate: picker.startDate.format('DD-MMM-YY'), endDate: picker.endDate.format('DD-MMM-YY')},
  7.            
  8.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement