-1

I have four datepicker inputs in my form which is in bootstrap modal view from unify template http://htmlstream.com/preview/unify-v1.7/shortcode_form_advanced.html

Only first input has datepicker and the rest is not working. The link to the site is here

http://www.ztraty.8u.cz/pridat-novy-nalez.php

  • `TypeError: $(...).summernote is not a function` and `ReferenceError: ProgressBar is not defined` – Shehary Oct 09 '15 at 15:54

2 Answers2

1

I have just gone through your custom.js, you are using id for calling datepicker as below.

$('#date').datepicker();

Use the class name instead to call all the datepickers.

$('.datepicker').datepicker();
Susheel Singh
  • 3,824
  • 5
  • 31
  • 66
0

call the

$('.datepicker').datepicker();

after .modal