﻿var charRange=0;var pgNo=1;var CurrentPage='Home';var CurrentInputMode='Status';var TotalRecord=0;$(document).ready(function(){$('.msg-item').livequery(function(){$(this).hover(function(){$(this).find('.msg-actions').show()},function(){$(this).find('.msg-actions').hide()})});$('.msg-action-quote').livequery(function(){$(this).click(function(){var quoteMessage=$(this).parent().parent().find('.msg-text').text();var replymsgid=$(this).parent().attr("id").substr(11)+'';window.location='/Home/?in_reply_to_status_id='+replymsgid+'&status=RK @'+$('#username').text()+' '+quoteMessage})});$('.msg-action-fav').livequery(function(){$(this).click(function(){var msgid=$(this).parent().attr("id").substr(11);var currenticon=$(this);if(!$(this).hasClass('msg-action-fav-pink')){$.ajax({type:"POST",async:false,url:"/Status/SetFavoriteMessage",data:{'messageId':msgid},success:function(html){currenticon.addClass('msg-action-fav-pink');currenticon.parent().parent().find('.msg-action-isfav').show()},error:function(error){}})}else{$.ajax({type:"POST",async:false,url:"/Status/UnSetFavoriteMessage",data:{'messageId':msgid},success:function(html){currenticon.removeClass('msg-action-fav-pink');currenticon.parent().parent().find('.msg-action-isfav').hide()},error:function(error){}})}})});$('.msg-action-delete').livequery(function(){$(this).click(function(){var msgid=$(this).parent().attr("id").substr(11);var thismsgitem=$(this).parent().parent().parent();$.ajax({type:"POST",async:false,url:"/Status/DeleteStatus",data:{'messageId':msgid},success:function(html){thismsgitem.remove();var postCount=$('#postCount').html();postCount=(postCount*1)-1;$('#postCount').text(postCount)},error:function(error){}})})});var isLoadingMoreMsg=false;$('#more-msg-button').click(function(){if(isLoadingMoreMsg!=true){LoadingMoreMsg()}});function LoadingMoreMsg(){isLoadingMoreMsg=true;switch(CurrentPage){case"Home":TotalRecord=UserTimeline();break;case"Favorite":TotalRecord=FavoriteTimeline();break}MoreMessageButton()}function MoreMessageButton(){if(!isLoadingMoreMsg){if(TotalRecord<20)$('#more-msg-button a').hide();else $('#more-msg-button a').show();$('#more-msg-button span').hide()}else{$('#more-msg-button a').hide();$('#more-msg-button span').css('display','block')}}$('#right-menu-home').click(function(){pgNo=0;MenuSwitch('Home');CurrentInputMode='Status';TotalRecord=UserTimeline();MoreMessageButton()});function UserTimeline(){$.ajax({type:"POST",async:true,url:"/Timeline/GetUserTimeline",data:{userName:$('#username').html(),pageIndex:pgNo},dataType:"json",success:function(html){},error:function(error){}});return TotalRecord}$('#right-menu-fav').click(function(){pgNo=0;MenuSwitch('Favorite');CurrentInputMode='Status';TotalRecord=FavoriteTimeline();MoreMessageButton()});function FavoriteTimeline(){$.ajax({type:"POST",async:true,url:"/Status/GetFavoriteMessages",data:{userName:$('#username').html(),pageIndex:pgNo},dataType:"json",success:function(html){},error:function(error){}});return TotalRecord}$().ajaxSuccess(function(event,request,settings){var isMessageLoadEvent=false;switch(settings.url){case"/Timeline/GetUserTimeline":isMessageLoadEvent=true;$('#right-menu-home .ajax-loader-right').remove();break;case"/Status/GetFavoriteMessages":isMessageLoadEvent=true;$('#right-menu-fav .ajax-loader-right').remove();break}if(isMessageLoadEvent==true){html=eval("("+request.responseText+")");if(pgNo==0)CleanMessagePage();$('.msg-item:last').after('<div id=\'temp\'>'+html.HtmlData+'<\div>');$('#temp .msg-text').eachAsync({delay:0,bulk:0,loop:function(index){DisplaySmilies($(this))},end:function(index){RemoveParentOnly($('#temp'))}});pgNo=pgNo+1;isLoadingMoreMsg=false;TotalRecord=html.TotalRecord;MoreMessageButton()}});$('#follow').click(function(){$.ajax({type:"POST",async:false,url:"/Follow/DoFollowing",data:{'followingUserName':$('#username').text()},success:function(html){$('#follow').hide();$('#unfollow').show();$('#follow-msg strong').text("đang");$('#follow-msg strong').css('color','red')},error:function(error){}})});$('#unfollow').click(function(){$.ajax({type:"POST",async:false,url:"/Follow/StopFollowing",data:{'followingUserName':$('#username').text()},success:function(html){$('#unfollow').hide();$('#follow').show();$('#follow-msg strong').text("chưa");$('#follow-msg strong').css('color','red')},error:function(error){}})});$('#ignore').click(function(){$.ajax({type:"POST",async:false,url:"/Follow/BlockUser",data:{'userToBlock':$('#username').text()},success:function(html){$('#ignore').hide();$('#unignore').show()},error:function(error){}})});$('#unignore').click(function(){$.ajax({type:"POST",async:false,url:"/Follow/UnBlockUser",data:{'userToUnBlock':$('#username').text()},success:function(html){$('#unignore').hide();$('#ignore').show()},error:function(error){}})});$('#right-menu-list a').livequery(function(){$(this).hover(function(){$(this).css('background-color',lighterColor($('#right-menu').css('background-color'),0.1))},function(){$(this).css('background-color','')})});function MenuSwitch(SetCurrentPage){switch(CurrentPage){case"Home":$('#right-menu-home').removeClass('right-menu-item-sl');$('#right-menu-home').wrapInner('<a></a>');break;case"Favorite":$('#right-menu-fav').removeClass('right-menu-item-sl');$('#right-menu-fav').wrapInner('<a></a>');break}switch(SetCurrentPage){case"Home":$('#right-menu-home').addClass('right-menu-item-sl');RemoveParentOnly($('#right-menu-home a'));$('#right-menu-home').html($('#right-menu-home').html()+"<div class=\"ajax-loader-right\">");break;case"Favorite":$('#right-menu-fav').addClass('right-menu-item-sl');RemoveParentOnly($('#right-menu-fav a'));$('#right-menu-fav').html($('#right-menu-fav').html()+"<div class=\"ajax-loader-right\">");break}CurrentPage=SetCurrentPage}function CleanMessagePage(){var firstclone=$('#msg-list .msg-item:first-child');$('#msg-list').empty();$('#msg-list').append('<li class=\"msg-item\" style=\"display:none;\"><\li>');$('#msg-list .msg-item').append(firstclone.html());pgNo=0}var isPlaying=true;$("#jquery_jplayer").jPlayer({ready:function(){$("#jquery_jplayer").setFile($('.display-song-url').val()).play()},swfPath:"/Content/Scripts"}).jPlayerId("play","display-song-play").jPlayerId("pause","display-song-pause").onProgressChange(function(loadPercent,playedPercentRelative,playedPercentAbsolute,playedTime,totalTime){var myPlayedTime=new Date(playedTime);var ptMin=(myPlayedTime.getUTCMinutes()<10)?"0"+myPlayedTime.getUTCMinutes():myPlayedTime.getUTCMinutes();var ptSec=(myPlayedTime.getUTCSeconds()<10)?"0"+myPlayedTime.getUTCSeconds():myPlayedTime.getUTCSeconds();$("#display-song-play").text('[PAUSE '+ptMin+":"+ptSec+']');$("#display-song-pause").text('[PLAYING '+ptMin+":"+ptSec+']')});$('#fancy_wrap .display-music').livequery(function(){$(this).click(function(){if(isPlaying==false){$('#jquery_jplayer').play();isPlaying=true}else{$('#jquery_jplayer').pause();isPlaying=false}})});$('#display-song-play').livequery(function(){$(this).click(function(){$('#jquery_jplayer').play();isPlaying=true})});$('#display-song-pause').livequery(function(){$(this).click(function(){$('#jquery_jplayer').pause();isPlaying=false})});$('#fancy_close').livequery(function(){$(this).click(function(){$('#jquery_jplayer').pause();isPlaying=false;$('#video-player').remove()})});$('.video-screen img').livequery(function(){$(this).click(function(){var $currentVideo=$(this).parent();var videoString="http://www.youtube.com/v/"+$currentVideo.find('input').val()+"&hl=en&fs=1&autoplay=1";var newHeight=$('#fancy_outer').height()*1+235+'px';$('#fancy_outer').css('height',newHeight);$currentVideo.css('margin-left','50px');$currentVideo.find('img').hide();$currentVideo.find('.video-play-button').hide();$currentVideo.html("<object id=\"video-player\" width=\"425\" height=\"344\"><param name=\"movie\" value=\""+videoString+"\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\""+videoString+"\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\" wmode=\"transparent\"></embed></object>")})});$('.video-play-button').livequery(function(){$(this).click(function(){$(this).parent().find('img').trigger('click')})});var MsgList=$('#msg-list');$('#msg-list .msg-text').eachAsync({delay:0,bulk:0,loop:function(index){DisplaySmilies($(this),true)},end:function(index){}});var PopUpMsg=$('#viewMsgBody .msg-text-popup');if(PopUpMsg.length>0){PopUpMsg.prepend('<a></a>');DisplaySmilies(PopUpMsg)}$('.display-img a').livequery(function(){$(this).fancybox({'zoomOpacity':true,'overlayShow':false,'zoomSpeedIn':200,'zoomSpeedOut':200})});$('a#avatar').fancybox({'zoomOpacity':true,'overlayShow':false,'zoomSpeedIn':500,'zoomSpeedOut':500});$('a#viewMsgID').fancybox({'zoomOpacity':true,'overlayShow':false,'hideOnContentClick':false,'top':100,'frameWidth':550,'frameHeight':100,'zoomSpeedIn':500,'zoomSpeedOut':500});if($('#isViewMsgId').val()=="true"){$('a#viewMsgID').trigger('click');$('#fancy_outer').css('top','120px').css('height',$('#fancy_div .msg-text-popup').height()+$('#fancy_div .attachment').height()+$('#fancy_div .msg-actions').height()+70);$('#viewMsgBody').remove()}});