Skip to content

Instantly share code, notes, and snippets.

var fb_searchList;
var fb_findURL = "http://www.facebook.com/ajax/typeahead_search.php";
var fb_profileURL = "http://www.facebook.com/profile.php?id=";
var fb_searchURL = "http://www.facebook.com/s.php?q=";
var fb_lastQuery = "";
var fb_lastMatches;
function fb_filter(text)
{
var matches = new Array();