Guest User

Untitled

a guest
Oct 18th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $.post('executeSearch',{keywords: keywords},function(markup){
  2. console.log('Test2 passed');
  3. $('#search-results').html(markup);
  4. });
  5.  
  6. $.post('/executeSearch',{keywords: keywords},function(markup){
  7. console.log('Test2 passed');
  8. $('#search-results').html(markup);
  9. });
Add Comment
Please, Sign In to add comment