Display text / Number in the Input based on selected days and weekends – Jquery ajax
I want to display the amount in the textbox based on the date selected.For weekdays amount is 200 on sundays amount is 500. How can I do it in jquery? Whether it is possible to do? How can I do…