On Jan 30, 6:39 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> In that I highly recommend just using a custom method.
>
> See http://docs.jquery.com/Plugins/Validation/Validator/addMethodand
> the billingRequired method
> here:http://jquery.bassistance.de/validate/demo/marketo/mktSignup.js
>
Pardon the mixing of comment formats.
// must be non-blank - values are digits
...
// "Port not found" in previous list - values are strings
...
// "Port not found" in previous list - value is a string
// "Port not found" AND "Country not found" - how do I require both?
Can I do this as
geFirstDay: false,
minDate: new Date($('#deliveryDate').val())
});
});
On Dec 13, 3:20 pm, Sudrien <[EMAIL PROTECTED]> wrote:
> Th have the following code. $('#cali') is a span, and $
> ('#deliveryDate') is an input, so the calendar is showing up inli
Th have the following code. $('#cali') is a span, and $
('#deliveryDate') is an input, so the calendar is showing up inline.
$(document).ready(function() {
var starting = new Date();
$('#cali').datepicker({
onSelect: function(date) { $('#deliveryDate').val(date); },
changeFirstDay:
4 matches
Mail list logo