68f92357 by Jeff Balicki

ee

1 parent 55b048e6
......@@ -37,13 +37,14 @@ jQuery( document ).ready(function($) {
}, 500);
});
$(document).on("submit","#wpsl-form",function() {
console.log('ssssss');
$('#wpsl-result-list').show();
$('#wpsl-gmap').show();
});
$( "#wpsl-search-input" ).on( "keydown", function(event) {
if(event.which == 13){
$('#wpsl-s').show();
}
});
$( "#register-here" ).on( "keydown", function(event) {
if(event.which == 13){
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3012
Version: 1.1.3013
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......
......@@ -17,7 +17,7 @@ $output .= "\t\t\t\t" . '</div>' . "\r\n";
$output .= "\t\t\t\t" . '</div>' . "\r\n";
$output .= "\t\t" . '</form>' . "\r\n";
$output .= "\t\t\t" . '</div>' . "\r\n";
$output .= "\t\t" . '<div id="wpsl-s">' . "\r\n";
$output .= "\t" . '<div id="wpsl-result-list">' . "\r\n";
$output .= "\t\t\t" . '<strong>SEARCH RESULTS</strong>' . "\r\n";
$output .= "\t\t\t" . '<br/>Select the financial planner most convenient to you:<br/><br/>' . "\r\n";
......@@ -30,6 +30,7 @@ $output .= "\t" . '</div>' . "\r\n";
$output .= "\t" . '<div id="wpsl-gmap" class="wpsl-gmap-canvas full"></div>' . "\r\n";
$output .= '</div>' . "\r\n";
$output .= "\t" . '</div>' . "\r\n";
$output .= '<style>
#wpsl-category{
margin-top: 30px;
......@@ -63,6 +64,9 @@ $output .= '<style>
.broker_radio{
disply:none !important;
}
#wpsl-s{
display:none;
}
#wpsl-gmap,
#wpsl-result-list{
width:48.5%;
......@@ -70,7 +74,7 @@ $output .= '<style>
display: inline-block;
float:left;
font-size:18px;
}
......