Hi.
I have that inline datepicker that takes data from a DB named events(table aidai).
https://docs.google.com/open?id=0B99...khtVElZX0FTWm8
At lines 1306-1309 of the jquery-ui-1.9.1.custom.php file, gets the values of these inputs
that are in the index.php file
The dropdown to this example is set to 3(when you click on a date, it sets the droptest to 3)Code:<input type="text" id="alternate" size="8" /> <input type="text" id="test" size="3" /> <select name="droptest" id="droptest"> <option value="0">0</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select>
What I want to do is the "thorakalgia" field from the DB to be in the place of the droptest.
What I mean is when you click on a date and this date is in the DB table aidai(aidaidte), then set the thorakalgia drop to the value from the DB.
Any suggestions? Thank you!![]()


Reply With Quote
Bookmarks