26.10.2014 Views

Untitled - Cultura Digital

Untitled - Cultura Digital

Untitled - Cultura Digital

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

// Carrega Box. http://tympanus.net/codrops/2009/12/03/css-and-jquery-tutorialoverlay-with-slide-out-box/<br />

$(function() {<br />

$('#raiz0').click(function(){<br />

$('#neblina0').fadeIn('fast',function(){<br />

$.ajax({<br />

url: "/cotidianosensitivo/tweets/with/hashtag",<br />

type: "GET",<br />

context: document.body,<br />

data: "json",<br />

success: tweetsOk<br />

});<br />

});<br />

});<br />

// close dos tweets<br />

$('#extraiseiva0').click(function(){<br />

$('#seiva0').animate({'top':'-400px'},500,function(){<br />

$('#neblina0').fadeOut('fast');<br />

});<br />

});<br />

// eventos para os feeds ..<br />

var feedsLoadedId = 0;<br />

// feed request<br />

$('*[id*="comunityFeedBtnShow_"]').click(function() {<br />

var id = this.id.split("_")[1];<br />

feedsLoadedId = id;<br />

var cotidianoId = $("#cotidianoId_"+id).text();<br />

});<br />

$.ajax({<br />

url : "/cotidianosensitivo/feeds/from/"+cotidianoId,<br />

type : "GET",<br />

context : document.body,<br />

data : "json",<br />

success : loadFeedsCallback<br />

});<br />

return false;<br />

function loadFeedsCallback(response) {<br />

if(feedsLoadedId != 0){<br />

var feedContentId = "#feedContent_" + feedsLoadedId;<br />

esta comunidade.");<br />

if(response.feeds.length == 0){<br />

$(feedContentId).append("Nenhum feed para<br />

} else {<br />

var content = [];<br />

for (var x = 0; x < response.feeds.length || x<br />

== 4 ; x++) {<br />

feed = response.feeds[x];<br />

content.push(''+feed.title+''+feed.description+'');<br />

}<br />

$(feedContentId).html(""); // reset<br />

$('', {

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!