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