Users Pricing

forum

home / developersection / forums / jquery datepicker() uncaught typeerror: undefined is not a function

jQuery datepicker() Uncaught TypeError: undefined is not a function

Manish Kumar 1408 11 Dec 2017

I am getting following error in datepicker

jQuery datepicker() Uncaught TypeError: undefined is not a function

this is my jquery code

<script type="text/javascript">


    $(document).ready(function () {
        $('.datepicker').datepicker({

            format: "mm/dd/yyyy",
            endDate: '+0d',
            autoclose: true

        });

      });
</script>

Manish Kumar

Other


1 Answers