I'm having trouble combining paged results with datepicker inputs. The results are loaded via .post
that resets a table inside a div (simulated in the example below as a button click).
This fiddle helps illustrate what is happening, but the actual content will not be as similar as that example (i.e. .html( $(elem).html() )
).
Originally I had the .done
function from the post run another $(".dt").datepicker()
but this answer suggested the .on('focus',...)
method.