(function($){ /* Author: Indiatimes.com Coded by: Vinay Rajput Date: 24 Aug 2012 */ $.fn.followBar=function(options){ var defaults={ location:'bottom', top:0, speed:0 } var opts = jQuery.extend(defaults,options); // console.debug(opts); var loc = opts.location; var navtop=opts.top+'px'; return this.each(function(){ var o=$(this); var navPos=o.position(); //alert($(".topAd").length); //alert(navPos.top); if($('div.topAd').length>0){ //console.debug(navPos.top) navPos.top+=$("div.topAd").height(); //console.debug(navPos.top) } //navPos.top= navPos.top-360; var if_Ie6=($.browser.msie&&$.browser.version=='6.0')?true:false; var ourSites=o.find('.ourSitesList'); var ourSitesH=parseInt($(window).height())-parseInt(ourSites.position().top); ourSites.height(ourSitesH-20); ourSites.jScrollPane({ contentWidth: '0px' }); $(window).scroll(function () { var wScrollTop=$(window).scrollTop(); if((wScrollTop)>navPos.top){ if(!if_Ie6){ o.css({'position':'fixed','top':navtop}); }else{ o.css({'position':'absolute'}) o.animate({'top':(wScrollTop+10)+'px'},0) } }else{ if(!if_Ie6){ o.css({'position':'absolute', 'top':'auto'}) }else{ if(wScrollTop0){ //console.debug(navPos.top) navPos.top+=$("div.topAd").height(); //console.debug(navPos.top) } //navPos.top= navPos.top-360; var if_Ie6=($.browser.msie&&$.browser.version=='6.0')?true:false; var ourSites=o.find('.ourSitesList'); var ourSitesH=parseInt($(window).height())-parseInt(ourSites.position().top); ourSites.height(ourSitesH-20); ourSites.jScrollPane({ contentWidth: '0px' }); $(window).scroll(function () { var wScrollTop=$(window).scrollTop(); if((wScrollTop+273)>navPos.top){ if(!if_Ie6){ o.css({'position':'fixed','top':navtop}); }else{ o.css({'position':'absolute'}) o.animate({'top':(wScrollTop+10)+'px'},0) } }else{ if(!if_Ie6){ o.css({'position':'absolute', 'top':'auto'}) }else{ if(wScrollTop0){ //console.debug(navPos.top) navPos.top+=$("div.topAd").height(); //console.debug(navPos.top) } //navPos.top= navPos.top-360; var if_Ie6=($.browser.msie&&$.browser.version=='6.0')?true:false; var ourSites=o.find('.ourSitesList'); var ourSitesH=parseInt($(window).height())-parseInt(ourSites.position().top); ourSites.height(ourSitesH-20); ourSites.jScrollPane({ contentWidth: '0px' }); $(window).scroll(function () { var wScrollTop=$(window).scrollTop(); if((wScrollTop+313)>navPos.top){ if(!if_Ie6){ o.css({'position':'fixed','top':navtop}); }else{ o.css({'position':'absolute'}) o.animate({'top':(wScrollTop+10)+'px'},0) } }else{ if(!if_Ie6){ o.css({'position':'absolute', 'top':'auto'}) }else{ if(wScrollTopoLWidth){ oList.width(oSWidth); } oList.slideToggle(opts.speed); }) oList.find('a').click(function(){ oList.hide(); var thisId=$(this).attr('id'); oContent.find('.tabContent').hide(); oContent.find('#'+thisId+'_content').show(); //console.debug(thisId); //console.debug(oList.find('.'+opts.active)); oList.find('.'+opts.active).removeClass(opts.active); $(this).addClass(opts.active); $('#loader1').hide(); oSelected.find('span').text($(this).text()); }) }) } })(jQuery) function getVernacularData(source_id){ if ( source_id == 'all' ) { $('#all_content').html($('#temp_all_content').html()); return true; } $.post('/get_vernacular_stories.php', {'source_id' : source_id}, function(data){ $('#all_content').html(data); }) } $('.tabs .last').click( function(){ $(this).parent('.tabs').find('.TabPopup').toggleClass('show'); } ) $(document).ready(function(){ var referrer = document.referrer; var domain_arr = referrer.split('/'); var user_cap = Get_Cookie('social_pop_up_user_cap'); if(domain_arr[2] != window.location.hostname && domain_arr[2] != '' && $('.readMoreBlockHolder').length > 0 && Get_Cookie('social_pop_up') == null && user_cap <= 3){ setTimeout(function(){ $('.readMoreBlockHolder').show(); $('.ReadMoreBlk').animate({ bottom:'0px'},500) } , 5000); if(user_cap == null){ user_cap = 1; }else{ user_cap++; } Set_Cookie('social_pop_up_user_cap', user_cap, 7, '/'); } $('.columns #leftNav .inner').followBar(); $('.columns #leftNavphoto .inner').followBar1(); $('.columns #leftNavphotosection .inner').followBar2(); $('nav .dropDown,.newsSet .dropDown').dropDown(); $('.tabs .last .dropDown').dropDown({'active':'selected','selected':'current'}); $('.ReadMoreBlk .CloseBtn').click(function(){ var target=$('.ReadMoreBlk'); var targetH=target.height()+30; targetH=targetH*-1+'px'; $('.ReadMoreBlk').animate({ bottom:targetH }) Set_Cookie('social_pop_up', 1, 0, '/'); }) ///=======toptip for next/pervious buttons /* $('a.ttip').hover(function() { var setLeft = $(this).width() / 5; if ($(".ttip").length == 1) { $(this).find('.toolTipB').css("left", -setLeft - 20); $(this).find('.toolTipB').fadeIn(); } else { $(this).find('.toolTipB').fadeIn(); $(this).find('.toolTipB').css("left", -setLeft); if ($(this).find('span').hasClass('nextT')) { $(this).find('.toolTipB').css("left", -setLeft - 30); } } }, function() { $(this).find('.toolTipB').fadeOut(); });*/ $('a.lttip').hover(function() { var thisPos=$(this).position(); var thisH=$(this).height(); if ($(".ttip").length == 1) { $(this).find('.toolTipB').css({"left":thisPos.left, "top":thisPos.top+thisH}); $(this).find('.toolTipB').fadeIn(); } else { $(this).find('.toolTipB').fadeIn(); $(this).find('.toolTipB').css({"left":thisPos.left, "top":thisPos.top+thisH}); if ($(this).find('span').hasClass('nextT')) { $(this).find('.toolTipB').css({"left":thisPos.left, "top":thisPos.top+thisH}); } } }, function() { $(this).find('.toolTipB').fadeOut(); }); $('a.lttip').each(function(){ var thisPos=$(this).position(); var thisH=$(this).height(); $(this).find('.toolTipB').css({"left":thisPos.left, "top":thisPos.top+thisH}); }) $('.jspDrag').hide(); $('.jspContainer').mouseover(function() { $('.jspDrag').show(); }); $('.jspContainer').mouseout(function() { $('.jspDrag').hide(); }); })