Not found

Schedule a visit

jQuery(function() { jQuery('#form-field-name').keydown(function (e) { if (e.shiftKey || e.ctrlKey || e.altKey) { e.preventDefault(); } else { var key = e.keyCode; if (!((key == 8) || (key == 32) || (key == 46) || (key >= 35 && key = 65 && key <= 90))) { e.preventDefault(); } } }); }); jQuery(document).ready(function () { // Function to restrict input to numbers only jQuery('#form-field-field_2aab619').on('input', function (e) { // Get the value entered in the input field var inputValue = e.target.value; // Remove any non-numeric characters var numericValue = inputValue.replace(/\D/g, ''); // Update the input field with only numeric characters jQuery(this).val(numericValue); }); }); jQuery(function(){ jQuery( '#form-field-field_2aab619' ).attr({ 'maxlength':10,'minlength':10} ); // Define number limits });

6th Floor, Apex Mall Lalkothi, Tonk Road, Jaipur, Rajasthan, India