DatePicker UI Question

DatePicker UI Question

zgoforthzgoforth Posts: 493Questions: 98Answers: 2

Link to test case: https://jsfiddle.net/BeerusDev/1dshjpm3/15/

I have finished my DataTable, but ran into one small issue with the DatePicker. It works fine with the .on('change') event, but I run into the issue where after I clear the DatePicker for my table to return back to normal. The original div cannot redisplay, I was curious if there is a .on('clear') event or something along those lines so I can have the original div return below the table. I checked out the docs and wasn't able to find anything, I am hoping I just accidentally missed it

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    The jQuery UI site is the place to refer to the documentation for their date picker, rather than our own. I think their support channel is basically just StackOverflow.

    It is outside the scope of the support we provide, but try listening for the input event rather than change.

    Allan

Sign In or Register to comment.