if(jQuery(this).val().length > 2){ jQuery('.leftspan').html('Searching... ' + jQuery( '.suggest-prompt').val() + ''); jQuery.ajax({ type : "POST", url : "/searchgraphql/get-search-result.php", data : 'keyword=' + jQuery(this).val(), success : function(data) { //console.log(data); jQuery('.leftspan').html("").hide(); //$suggestedUL.html(""); $suggestedUL.html("").append(data).show(); //$suggestedUL.show(); } }); }else { //jQuery('.leftspan').html('Enter more than two letters...'); } } if (jQuery(this).val() == '') { //console.log("val black"); $suggestedUL.hide(); } }, keydown: function(e) { if (e.which == 38 || e.which == 40 || e.which == 13) { //console.log("preventDefault"); e.preventDefault(); } }, focus: function(e) { if (jQuery(this).val() != '') { $suggestedUL.show(); } } }); $suggestedHL.on('click', 'li', function(e) { addSuggestion($(this)); }); jQuery('body').on('click', function(e) { if (!jQuery(e.target).closest('.suggest-holder li, .suggest-holder input').length) { $suggestedUL.hide(); }; }); });

Contact Us!

Contact Lisa online by email:

lisa@greatriverarts.com

or via our new Great River Arts Guestbook. Suggestions and special requests? Just Visiting? We’d love to hear your comments! Lisa will get back to you promptly. Please post your comments to our GALLERY GUEST BOOK

Contact the Artist

  • This field is for validation purposes and should be left unchanged.