Skip to content

Instantly share code, notes, and snippets.

Created August 6, 2015 16:22
Show Gist options
  • Save anonymous/fbc16bb50945fa20808d to your computer and use it in GitHub Desktop.
Save anonymous/fbc16bb50945fa20808d to your computer and use it in GitHub Desktop.
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