Be sure to complete the Search Form

Hello! Please help how to make sure that the Search Form field was filled 

and then the "Send" button was active?

Thank you in advance for any support!

Here's the Code:

<script language="javascript">

$(document).ready( function() {

$('#searchForm').bind( 'submit', function() {

bx_loading('searchForm', true);

var sQuery = $('input', '#searchForm').serialize();

$.post('searchKeywordContent.php', sQuery, function(data) {

$('#searchArea').html(data);

bx_loading('searchForm', false);

}

);

   return false;

  }

);

  }

);

</script>

Untitled-1.jpg · 37.3K · 192 views
Quote · 5 Oct 2017

Please help

Quote · 10 Oct 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.