// This file depends heavily on jquery and jquery validation. So be nice and include them on the page. $(function () { $('form').validate(); $('input.datepickerify').datepicker('option', $.datepicker.regional['fa'] ); });