Skip to content
Loading
need to disable datepicker in boostrap
  • Sachin Singh
    Ok , so you basically need this on your checkbox change method.
    1. $("#Date1Answer").datepicker({ enableOnReadonly: false });  
     
  • thanks for your replay.
     
    That input field i can able to disable but when i click on span tag that calender is poped up. i need to stop calender popup