Hello all, I have been searching for hours on google for answer but i couldnt find anything. So i have this "edit your post" form which is a set of text fields, text area, radio buttons and two datepicker calendar fields.
I am getting the data from the MySql table to display it in these form fie...
I'm trying to use the jquery-ui datepicker function in my PHP database script.
Here's the definition:
<script type="text/javascript">
$('.dateclass').each(function(){
$(this).datepicker();
});
</script>
And here is where I try to use it:
while($db->nextRecord()){ // walk thro...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.