Dawood Building

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
jQuery(document).ready(function($){ $('form').on('submit', function(e){ var val = $(this).find('select').val(); if(val === ''){ alert('Please select a valid option'); e.preventDefault(); } }); });