Skip to content

Instantly share code, notes, and snippets.

@cianclarke
Created August 1, 2011 14:44
Show Gist options
  • Save cianclarke/1118265 to your computer and use it in GitHub Desktop.
Save cianclarke/1118265 to your computer and use it in GitHub Desktop.
Start a Trendy.js streaming search
<!-- we start a search with $t.search('something');
we're going to attach this functionality to a HTML input -->
Search Value: <input type="text" name="query" id='searchQuery'>
<input type="submit" value="Submit" onclick="$t.search(document.getElementById('searchQuery').value);">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment