$('#name_'+count).rules('add', { required: true, only_allowed_characters:true, minlength: 3, maxlength: 20 })