Advertisement
alxbuk

RA

Dec 1st, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.each(rowArray, function(e) {
  2. html += '<a class="tweet_avatar" href="#">' +
  3. '<img src="http://mt.com/twitter_icon_normal.png" border="0" height="32" width="32">' +
  4. '</a> <li class="tweet_first tweet_'+row+'">' + rowArray[e]['html'] + '</li>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement