Created
August 1, 2011 14:44
-
-
Save cianclarke/1118265 to your computer and use it in GitHub Desktop.
Start a Trendy.js streaming search
This file contains 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
<!-- 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