The Morning Report
Get the news and information you need to take on the day.
Processing…
Success! You're on the list.
Whoops! There was an error and we couldn't process your subscription. Please reload the page and try again.
Move SD Transportation Event
// Basic usage SB375
$('#twitterSearch').liveTwitter('#SB375', {limit: 5, rate: 5000});
// Changing the query $('#searchLinks a').each(function(){ var query = $(this).text(); $(this).click(function(){ // Update the search $('#twitterSearch').liveTwitter(query); // Update the header $('#searchTerm').text(query); return false; }); });