Skip to content
Advertisement

Tag: datepicker

Adding datepicker in dynamically added inputs

I’m trying to modify a code I downloaded, the code permits to add/remove dynamically added inputs text and a dropdownlist, in file index.php I select an account name from dropdownlist ($row[“name”] and fetch the account Id $row[“account_id”]) and enter an amount in a input field (name=”amount[]”), then an insert the data using insert.php in Mysql database. Now I want to

Datepicker in wrong position

I am developing an php aplication and I used datepicker javascript. The problem with this is that if I scroll down it does not appear in the right position. It gets really bad if the page gets too long, the date picker is not even visible. I am using IExplorer, it might be outdated. It is not a solution to

Advertisement