Friday, August 20, 2010

Does Proffesional Hair Dye Fade?

It's easy to use Datepicker in PHP Using jQuery with

Finally I update this blog. Been a long time (read: almost 2 months) I have not had time to post new data. Since the latter is a lot of wrestling with PHP, so this time I will give (read: submit) a tutorial on the use datepicker to use jquery.

following is script to display an input box that asks election date:
Date: \u0026lt;input id="datepicker" name="datepicker" type="text">

The date of the election to request and can be used to script like this: From \u0026lt;input id="from"
name="from" type="text">
To \u0026lt;input id="from" name="from" type="text">

To use the script above, it should add jquery script
\u0026lt;script type="text/javascript">
$ (function () {
$('#datepicker').datepicker({
changeMonth: true,
changeYear: true
});
});
</script>

<script type="text/javascript">
$(function() {
var dates = $('#from, #to').datepicker({
defaultDate: "+1w",
changeMonth: true,
numberOfMonths: 3,
onSelect: function(selectedDate)
{var option = this.id == "from"? "MinDate": "maxDate";
var instance = $ (this). Data ("datepicker");
var date = $. Datepicker.parseDate (instance.settings.dateFormat must include file css and js to another. This file can be downloaded here
.
If still confused can download the full script of this tutorial on
The point here is easy to use this datepicker ^ _ ^. Good luck

0 comments:

Post a Comment