I have a page https://dev.leadformly.com/datepicker with iframe In this particular ", I am dynamically writing HTML code using an ajax call using the following code.
<script> $(document).ready(function(){ $.post(URL, function (data) { </script>
Now, when I click the date select button, it will raise an error in the console, for example:
Uncaught TypeError: Cannot read property 'top' of undefined
Can you help me solve this problem? Or just explain the reason so that it helps me solve it.
javascript jquery html iframe bootstrap-daterangepicker
dang
source share