Hello, I am getting an error in IE 8 that says it does support the use of that object, it works perfectly in Chrome and Firefox however.
item = validateDates({endDate:$('#campaign_to_date').val(), startDate:$('#campaign_from_date').val(), required:"none"});
Not sure what is wrong with it at all, since it's just a method call.