Created
August 6, 2015 16:22
-
-
Save anonymous/fbc16bb50945fa20808d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FTFY: | |
success: function(result) { | |
result = jQuery.trim(result); | |
if(result == '') | |
return; | |
var suggCont= $this.parents("form").find('.result_suggest_container'); | |
suggCont.html('<div id="result_suggest">'+result+'</div>'); | |
$this.removeClass('active'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment