Вход Регистрация
Файл: upload/module/feed/static/jscript/feed.js
Строк: 672
<?php
var $sFormAjaxRequest null;
var 
$bButtonSubmitActive true;
var 
$ActivityFeedCompleted = {};
var 
$sCurrentSectionDefaultPhrase null;
var 
$sCssHeight '40px';    
var 
$sCustomPhrase null;
var 
$sCurrentForm null;
var 
$sStatusUpdateValue null;
var 
$iReloadIteration 0;
var 
$oLastFormSubmit null;
var 
bCheckUrlCheck false;
var 
bCheckUrlForceAdd false;

$Core.isInView = function(elem)
{
    if (!
$Core.exists(elem)){
        return 
false;
    }
    
    var 
docViewTop = $(window).scrollTop();
    var 
docViewBottom docViewTop + $(window).height();

    var 
elemTop = $(elem).offset().top;
    var 
elemBottom elemTop + $(elem).height();

    return ((
docViewTop elemTop) && (docViewBottom elemBottom));
}
    
$Core.resetActivityFeedForm = function()
{        
    $(
'.activity_feed_form_attach li a').removeClass('active');
    $(
'.activity_feed_form_attach li a:first').addClass('active');    
    $(
'.global_attachment_holder_section').hide();
    $(
'#global_attachment_status').show();        
    $(
'.global_attachment_holder_section textarea').val($('#global_attachment_status_value').html()).css({height$sCssHeight});
        
    $(
'.activity_feed_form_button_status_info').hide();
    $(
'.activity_feed_form_button_status_info textarea').val('');    
    
    
$Core.resetActivityFeedErrorMessage();

    
$sFormAjaxRequest = $('.activity_feed_form_attach li a.active').find('.activity_feed_link_form_ajax').html();
        
    
$Core.activityFeedProcess(false);
    
    $(
'.js_share_connection').val('0');
    $(
'.feed_share_on_item a').removeClass('active');
        
    $.
each($ActivityFeedCompleted, function()
    {
        
this(this);
    });
}

$Core.resetActivityFeedErrorMessage = function()
{
    $(
'#activity_feed_upload_error').hide();
    $(
'#activity_feed_upload_error_message').html('');    
}

$Core.resetActivityFeedError = function(sMsg)
{
    $(
'.activity_feed_form_share_process').hide();
    $(
'.activity_feed_form_button .button').removeClass('button_not_active');
    
$bButtonSubmitActive true;
    $(
'#activity_feed_upload_error').show();
    $(
'#activity_feed_upload_error_message').html(sMsg);
}
    
$Core.activityFeedProcess = function($bShow)
{
    if (
$bShow)
    {
        
$bButtonSubmitActive false;
        $(
'.activity_feed_form_share_process').show();
        $(
'.activity_feed_form_button .button').addClass('button_not_active');
    }
    else
    {
        
$bButtonSubmitActive true;
        $(
'.activity_feed_form_share_process').hide();
        $(
'.activity_feed_form_button .button').removeClass('button_not_active');
        $(
'.egift_wrapper').hide();            
    }
}

$Core.addNewPollOption = function()
{
    $(
'.js_poll_feed_answer').append('<li><input type="text" name="val[answer][][answer]" value="" size="30" class="js_feed_poll_answer v_middle" /></li>');
    
    return 
false;
}

/*

$(function()
{

    $('body').click(function()
    {        
        $('.js_comment_feed_textarea').each(function()
        {
            if ($(this).hasClass('is_focus'))
            {
                $(this).removeClass('is_focus');
            }
            else
            {            
                if (empty($(this).val()))
                {
                    $(this).removeClass('js_comment_feed_textarea_focus');
                    $(this).val($('.js_comment_feed_value').html());
                    if (!$(this).parents('.comment_mini:first').hasClass('feed_item_view'))
                    {
                        $(this).parents('.comment_mini:first').find('.comment_mini_textarea_holder').removeClass('comment_mini_content');
                        $(this).parents('.comment_mini:first').find('.comment_mini_image').hide();                    
                    }
                }            

                $(this).parents('.comment_mini').find('.feed_comment_buttons_wrap').hide();
            }
        });        
    });    
});

*/

$Core.forceLoadOnFeed = function()
{
    if (
$iReloadIteration >= 2){
        return;
    }
    
    
$iReloadIteration++;
    $(
'#feed_view_more_loader').show();
    $(
'.global_view_more').hide();

    
setTimeout("$.ajaxCall('feed.viewMore', $('#js_feed_pass_info').html().replace(/&amp;/g, '&') + '&iteration=" $iReloadIteration "', 'GET');"1000);
}

$Core.handlePasteInFeed = function(oObj)
{
    if ((
substr($(oObj).val(), 07) == 'http://' || substr($(oObj).val(), 08) == 'https://' || (substr($(oObj).val(), 04) == 'www.')))
    {
        
bCheckUrlCheck true;

        $(
'.activity_feed_form_share_process').show();
        $(
oObj).parent().append('<div id="js_preview_link_attachment_custom_form_sub" class="js_preview_link_attachment_custom_form" style="margin-top:5px;"></div>');
        
$Core.ajax('link.preview',{        
            
type'POST',
            
params:{                
                
'no_page_update''1',
                
value: $(oObj).val()
            },
            
success: function($sOutput){        
                $(
'.activity_feed_form_share_process').hide();
                if (
substr($sOutput01) == '{'){
                    
                    
                }
                else{
                    $(
'#js_global_attach_value').val($(oObj).val());
                    
bCheckUrlForceAdd true;    
                    
// bCheckUrlCheck = false;
                    
$('#js_preview_link_attachment_custom_form_sub').html($sOutput);
                }
            }
        });        
    }
}

$Behavior.activityFeedProcess = function()
    {                
        if (!
$Core.exists('#js_feed_content')){
            
$iReloadIteration 0;
            return;
        }
        
        if (
$Core.exists('.global_view_more')){
            if (
$Core.isInView('.global_view_more')){
                
$Core.forceLoadOnFeed();
            }

            $(
window).scroll(function(){
                if (
$Core.isInView('.global_view_more')){
                    
$Core.forceLoadOnFeed();
                }            
            });                            
        }        
        
        
$sFormAjaxRequest = $('.activity_feed_form_attach li a.active').find('.activity_feed_link_form_ajax').html();
        if (
typeof Plugin_sFormAjaxRequest == 'function')
        {
            
Plugin_sFormAjaxRequest();
        }
                
        if (
$Core.exists('.profile_timeline_header')){
            $(
window).scroll(function(){
                if (
isScrolledIntoView('.profile_timeline_header')){
                    $(
'.timeline_main_menu').removeClass('timeline_main_menu_fixed');
                    $(
'#timeline_dates').removeClass('timeline_dates_fixed');
                }
                else{
                    if (!$(
'.timeline_main_menu').hasClass('timeline_main_menu_fixed')){
                        $(
'.timeline_main_menu').addClass('timeline_main_menu_fixed');
                        
                        if ($(
'.content').height() > 600){
                            $(
'#timeline_dates').addClass('timeline_dates_fixed');
                        }                        
                    }                    
                }
            });                
        }                
                
        $(
'#global_attachment_status textarea').keyup(function(){
            
$Core.handlePasteInFeed($(this));}).bind('paste', function()
            {
                var 
that this;
                
setTimeout(function(){                    
                    
$Core.handlePasteInFeed(that);
                }, 
0);
                
            });
        
        $(
'#global_attachment_status textarea').keydown(function(){
            
$Core.resizeTextarea($(this));
        });
        
        $(
'.activity_feed_form_button_status_info textarea').keydown(function(){$Core.resizeTextarea($(this));});
        
        $(
'#global_attachment_status textarea').focus(function()
        {            
            if ($(
this).val() == $('#global_attachment_status_value').html())
            {
                $(
this).val('');
                $(
this).css({height'50px'});
                $(
'.activity_feed_form_button').show();
                $(
this).addClass('focus');
                $(
'.activity_feed_form_button_status_info textarea').addClass('focus');
            }
        });
        
        $(
'.activity_feed_form_button_status_info textarea').focus(function()
        {                
            var 
$sDefaultValue = $(this).val();
            var 
$bIsDefault true;            
            
            $(
'.activity_feed_extra_info').each(function()
            {
                if ($(
this).html() == $sDefaultValue)
                {
                    
$bIsDefault false;    
                    
                    return 
false;
                }
            });
            
            if (($(
'#global_attachment_status textarea').val() == $('#global_attachment_status_value').html() && empty($sDefaultValue)) || !$bIsDefault)
            {
                $(
this).val('');
                $(
this).css({height'50px'});
                
                $(
this).addClass('focus');
                $(
'#global_attachment_status textarea').addClass('focus');                
            }
        });
        
        $(
'#js_activity_feed_form').submit(function()
        {        
            if (
$sCurrentForm == 'global_attachment_status'){
                var 
oStatusUpdateTextareaFilled = $('#global_attachment_status textarea');
                
                if (
$sStatusUpdateValue == oStatusUpdateTextareaFilled.val()){
                    
oStatusUpdateTextareaFilled.val('');
                }
            }
            else{
                var 
oCustomTextareaFilled = $('.activity_feed_form_button_status_info textarea');
            
                if (
$sCustomPhrase == oCustomTextareaFilled.val()){
                    
oCustomTextareaFilled.val('');                
                }                
            }            
            
            if (
$bButtonSubmitActive === false)
            {
                return 
false;
            }
            
            
$Core.activityFeedProcess(true);
            
            if (
$sFormAjaxRequest === null)
            {
                return 
true;
            }
            
            $(
'.js_no_feed_to_show').remove();
            
            if (
bCheckUrlForceAdd){                
                $(
'.activity_feed_form_button_status_info textarea').val($('#global_attachment_status textarea').val());
                
$sFormAjaxRequest 'link.addViaStatusUpdate';                
            }
            
            $(
this).ajaxCall($sFormAjaxRequest);
            
            if (
bCheckUrlForceAdd){
                $(
'#js_preview_link_attachment_custom_form_sub').remove();
            }
            
            return 
false;
        });
        
        $(
'.activity_feed_form_attach li a').click(function()
        {            
            
$sCurrentForm = $(this).attr('rel');
            
            if (
$sCurrentForm == 'view_more_link'){
                $(
'.view_more_drop').toggle();
                return 
false;
            }
            else{
                $(
'.view_more_drop').hide();
            }

            $(
'#js_preview_link_attachment_custom_form_sub').remove();
            $(
'#activity_feed_upload_error').hide();
            
            $(
'.global_attachment_holder_section').hide();
            $(
'.activity_feed_form_attach li a').removeClass('active');
            $(
this).addClass('active');
            
            if ($(
this).find('.activity_feed_link_form').length 0)
            {
                $(
'#js_activity_feed_form').attr('action', $(this).find('.activity_feed_link_form').html()).attr('target''js_activity_feed_iframe_loader');
                
$sFormAjaxRequest null;
                if (empty($(
'.activity_feed_form_iframe').html()))
                {
                    $(
'.activity_feed_form_iframe').html('<iframe id="js_activity_feed_iframe_loader" name="js_activity_feed_iframe_loader" height="200" width="500" frameborder="1" style="display:none;"></iframe>');
                }                
            }
            else
            {
                
$sFormAjaxRequest = $(this).find('.activity_feed_link_form_ajax').html();    
            }            
            
            $(
'#' + $(this).attr('rel')).show();
            $(
'.activity_feed_form_holder_attach').show();
            $(
'.activity_feed_form_button').show();            
            
            var 
$oStatusUpdateTextarea = $('#global_attachment_status textarea');
            var 
$sStatusUpdateTextarea $oStatusUpdateTextarea.val();
            
$sStatusUpdateValue = $('#global_attachment_status_value').html();
            
            var 
$oCustomTextarea = $('.activity_feed_form_button_status_info textarea');
            var 
$sCustomTextarea $oCustomTextarea.val();
            
            
$sCustomPhrase = $(this).find('.activity_feed_extra_info').html();
            
            var 
$bHasDefaultValue false;
            $(
'.activity_feed_extra_info').each(function()
            {
                if ($(
this).html() == $sCustomTextarea)
                {
                    
$bHasDefaultValue true;    
                        
                    return 
false;
                }
            });                
            
            if ($(
this).attr('rel') != 'global_attachment_status')
            {
                $(
'.activity_feed_form_button_status_info').show();                
                
                if ((empty(
$sCustomTextarea) && ($sStatusUpdateTextarea == $sStatusUpdateValue 
                    
|| empty($sStatusUpdateTextarea))) 
                    || (
$sStatusUpdateTextarea == $sStatusUpdateValue && $bHasDefaultValue)
                    || (!
$bButtonSubmitActive && $bHasDefaultValue)
                )
                {
                    
$oCustomTextarea.val($sCustomPhrase).css({height$sCssHeight});
                }
                else if (
$sStatusUpdateTextarea != $sStatusUpdateValue && $bButtonSubmitActive && !empty($sStatusUpdateTextarea))
                {
                    
$oCustomTextarea.val($sStatusUpdateTextarea);
                }                                
                
                $(
'.activity_feed_form_button .button').addClass('button_not_active');
                
$bButtonSubmitActive false;                
            }
            else
            {
                $(
'.activity_feed_form_button_status_info').hide();
                $(
'.activity_feed_form_button .button').removeClass('button_not_active');
                
                if (!
$bHasDefaultValue && !empty($sCustomTextarea))
                {
                    
$oStatusUpdateTextarea.val($sCustomTextarea);
                }
                else if (
$bHasDefaultValue && empty($sStatusUpdateTextarea))
                {
                    
$oStatusUpdateTextarea.val($sStatusUpdateValue).css({height$sCssHeight});
                }                
                            
                
$bButtonSubmitActive true;
            }
            
            if ($(
this).hasClass('no_text_input'))
            {
                $(
'.activity_feed_form_button_status_info').hide();
            }        
                        
            if (((
navigator.userAgent.match(/iPhone/i)) ||  (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) )
            {                
                if ($(
'#Filedata').length 1/* it means we already added it and triggered mobileInit() */
                
{
                    $(
'.activity_feed_form_button .button').hide().after('<input type="button" name="Filedata" id="Filedata" value="Choose photo">');
                    
mobileInit();
                }
                
            }
            return 
false;
        });        
    }

$Behavior.activityFeedLoader = function()
{        
    
/**
     * Click on adding a new comment link.
     */
    
$('.js_feed_entry_add_comment').click(function()
    {            
        $(
'.js_comment_feed_textarea').each(function()
        {
            if ($(
this).val() == $('.js_comment_feed_value').html())
            {
                $(
this).removeClass('js_comment_feed_textarea_focus');
                $(
this).val($('.js_comment_feed_value').html());
            }            

            $(
this).parents('.comment_mini').find('.feed_comment_buttons_wrap').hide();
        });                
        
        $(
this).parents('.js_parent_feed_entry:first').find('.comment_mini_content_holder').show();
        $(
this).parents('.js_parent_feed_entry:first').find('.feed_comment_buttons_wrap').show();
            
        if ($(
this).parents('.js_parent_feed_entry:first').find('.js_comment_feed_textarea').val() == $('.js_comment_feed_value').html())
        {
            $(
this).parents('.js_parent_feed_entry:first').find('.js_comment_feed_textarea').val('');
        }        
        $(
this).parents('.js_parent_feed_entry:first').find('.js_comment_feed_textarea').focus().addClass('js_comment_feed_textarea_focus');
        $(
this).parents('.js_parent_feed_entry:first').find('.comment_mini_textarea_holder').addClass('comment_mini_content');
        $(
this).parents('.js_parent_feed_entry:first').find('.js_feed_comment_form').find('.comment_mini_image').show();
            
        var 
iTotalComments 0;
        $(
this).parents('.js_parent_feed_entry:first').find('.js_mini_feed_comment').each(function()
        {
            
iTotalComments++;
        });
            
        if (
iTotalComments 2)
        {
            $.
scrollTo($(this).parents('.js_parent_feed_entry:first').find('.js_comment_feed_textarea_browse:first'), 340);
        }
            
        return 
false;
    });    
    
    
/**
     * Comment textarea on focus.
     */
    
$('.js_comment_feed_textarea').click(function()
    {
        
$Core.commentFeedTextareaClick(this);
    });        
    
    $(
'#js_captcha_load_for_check_submit').submit(function(){
        
        if (
function_exists('' Editor.sEditor '_wysiwyg_feed_comment_form')) 
        {
            eval(
'' Editor.sEditor '_wysiwyg_feed_comment_form(this);');
        }    
        
        
$oLastFormSubmit.parent().parent().find('.js_feed_comment_process_form:first').show(); 
        $(
this).ajaxCall('comment.add'$oLastFormSubmit.getForm());         
        
        return 
false;
    });
    
    $(
'.js_comment_feed_form').submit(function()
    {        
        if (
$Core.exists('#js_captcha_load_for_check')){
            $(
'#js_captcha_load_for_check').css({
                
topgetPageScroll()[1] + (getPageHeight() / 5),
                
left'50%',
                
'margin-left''-' + (($('#js_captcha_load_for_check').width() / 2) + 12) + 'px',
                
display'block'
            
});        

            
$oLastFormSubmit = $(this);

            return 
false;            
        }
        
        if (
function_exists('' Editor.sEditor '_wysiwyg_feed_comment_form')) 
        {
            eval(
'' Editor.sEditor '_wysiwyg_feed_comment_form(this);');
        }        
        
        $(
this).parent().parent().find('.js_feed_comment_process_form:first').show(); 
        $(
this).ajaxCall('comment.add'); 
            
        return 
false;        
    });
    
    $(
'.js_comment_feed_new_reply').click(function(){
        
        var 
oParent = $(this).parents('.js_mini_feed_comment:first').find('.js_comment_form_holder:first');
        if (
Editor.sEditor == 'tiny_mce' || Editor.sEditor == 'tinymce'){
            $(
'.js_comment_feed_form').find('.js_feed_comment_parent_id:first').val($(this).attr('rel'));
            
tinyMCE.activeEditor.focus();            
            if (
typeof($.scrollTo) == 'function'){
                $.
scrollTo('.js_comment_feed_form'800);
            }            
            return 
false;
        }                
        
        
oParent.html($('.js_feed_comment_form').html());
        
oParent.find('.js_feed_comment_parent_id:first').val($(this).attr('rel'));
        
        
oParent.find('.js_comment_feed_textarea:first').focus();
        
$Core.commentFeedTextareaClick(oParent.find('.js_comment_feed_textarea:first'));
        
        
$Core.loadInit();
        
/*$Behavior.activityFeedLoader();*/
        
        
return false;
    });
    
    $(
'.comment_mini').hover(function(){
        
        $(
'.feed_comment_delete_link').hide();
        $(
this).find('.feed_comment_delete_link:first').show();
        
    }, function(){
        
        $(
'.feed_comment_delete_link').hide();
        
    });
    
    
}

$Core.commentFeedTextareaClick = function($oObj)
{
    $(
$oObj).keydown(function()
    {
        if ($(
this).hasClass('no_resize_textarea')){
            return;
        }
        
$Core.resizeTextarea($(this));
    });
        
    if ($(
$oObj).val() == $('.js_comment_feed_value').html())
    {
        $(
$oObj).val('');
    }
    
    $(
$oObj).addClass('js_comment_feed_textarea_focus').addClass('is_focus');
    $(
$oObj).parents('.comment_mini').find('.feed_comment_buttons_wrap:first').show();    
            
    $(
$oObj).parent().parent().find('.comment_mini_textarea_holder:first').addClass('comment_mini_content');
    $(
$oObj).parent().parent().find('.comment_mini_image:first').show();    
    
/*p($($oObj).parent().parent().html());*/
}
                        
$Behavior.activityFeedAttachLink = function()
{    
    $(
'#js_global_attach_link').click(function()
    {    
        
$Core.activityFeedProcess(true);
        
        
$Core.ajax('link.preview'
        {        
            
params
            {                
                
'no_page_update''1',
                
value: $('#js_global_attach_value').val()
            },
            
type'POST',
            
success: function($sOutput)
            {
                $(
'#js_global_attachment_link_cancel').show();
                
                if (
substr($sOutput01) == '{'){                    
                    var 
$oOutput = $.parseJSON($sOutput);
                    
$Core.resetActivityFeedError($oOutput['error']);
                    
$bButtonSubmitActive false;
                    $(
'.activity_feed_form_button .button').addClass('button_not_active');
                }
                else{
                    
$Core.activityFeedProcess(false);

                    $(
'#js_preview_link_attachment').html($sOutput);
                    $(
'#global_attachment_link_holder').hide();                
                }
            }
        });
    });
}

$ActivityFeedCompleted.link = function()
{
    
$bButtonSubmitActive true;
    
    $(
'#global_attachment_link_holder').show();    
    $(
'.activity_feed_form_button .button').removeClass('button_not_active');    
    $(
'#js_preview_link_attachment').html('');            
    $(
'#js_global_attach_value').val('http://');
}

$ActivityFeedCompleted.photo = function()
{
    
$bButtonSubmitActive true;
    
    $(
'#global_attachment_photo_file_input').val('');
}



function 
attachFunctionTagger(sSelector)
{    
    $(
sSelector).data('selector'sSelector).keyup(function(eventObjectsSelector){                
                var 
sInput = $($(this).data('selector')).val();
                
                var 
iInputLength sInput.length;
                var 
iAtSymbol sInput.lastIndexOf('@');
                
                if (
sInput == '@' || empty(sInput) || iAtSymbol || iAtSymbol == (iInputLength-1))
                {
                    $($(
this).data('selector')).siblings('.chooseFriend').hide(function(){$(this).remove();});
                    return;
                }
                var 
sNameToFind sInput.substring(iAtSymbol+1iInputLength);
                
                
                
/* loop through friends */
                
var aFoundFriends = [], sOut '';
                for (var 
i in $Cache.friends)
                {
                    if (
$Cache.friends[i]['full_name'].toLowerCase().indexOf(sNameToFind.toLowerCase()) >= 0)
                    {
                        
                        var 
sNewInput sInput.substr(0iAtSymbol).replace(/'/g,'\'').replace(/"/g,'&#34;');                        
                        aFoundFriends.push({user_id: 
$Cache.friends[i]['user_id'], full_name: $Cache.friends[i]['full_name'], user_image: $Cache.friends[i]['user_image']});                                            
                        
                        sOut += '<div class="
tagFriendChooser" onclick="$(''+ $(this).data('selector') +'').val(''sNewInput '[x=' $Cache.friends[i]['user_id'] + ']' $Cache.friends[i]['full_name'] +'[/x]').putCursorAtEnd();$(''+$(this).data('selector')+'').siblings('.chooseFriend').remove();"><div class="tagFriendChooserImage"><img style="vertical-align:middle;width:25pxheight:25px;" src="'+$Cache.friends[i]['user_image'] + '"> </div><span>' +(($Cache.friends[i]['full_name'].length > 25) ?($Cache.friends[i]['full_name'].substr(0,25) + '...') : $Cache.friends[i]['full_name']) + '</span></div>';
                        /* just delete the fancy choose your friend and recreate it */
                    }
                }
                
                $($(this).data('selector')).siblings('.chooseFriend').remove();
                $($(this).data('selector')).after('<div class="
chooseFriend" style="width'+ $(this).parent().width()+'px;">'+sOut+'</div>');
                
            }).focus(function(){
                if (typeof 
$Cache == 'undefined' || typeof $Cache.friends == 'undefined')
                {
                    
                    $.ajaxCall('friend.buildCache','','GET');
                }
            });
            
}


$Behavior.tagger = function()
{        
    var aSelectors = ['#js_activity_feed_form > .activity_feed_form_holder > #global_attachment_status > textarea','.js_comment_feed_textarea', '.js_comment_feed_textarea_focus'];
    /*js_comment_feed_textarea js_comment_feed_textarea_focus is_focus
     try to replace a class selector for the ids of all of the inputs that it matches*/
    for (var i in aSelectors)
    {
        
        if ( $(aSelectors[i]).length >= 1)
        {            
            var bChanged = false;
            $.each($(aSelectors[i]), function(key, value)
            {                
                
                if ($(value).attr('id') != undefined)
                {
                    aSelectors.push('#' + $(value).attr('id'));
                    bChanged = true;
                }                    
            });
            if (bChanged)
            {
                aSelectors.splice(i,1);
            }
        }
    }
    
    for (var i in aSelectors)
    {
        var sSelector = aSelectors[i];
        
        
        /* Dont tag users in feeds in pages, events or profiles other than mine*/
        if (sSelector == '#pageFeedTextarea' || sSelector == '#eventFeedTextarea'  || sSelector == '#profileFeedTextarea') 
        {
            
            continue;
        }
        
        
        if ($(sSelector).length > 1)
        {
            
            $.each($(sSelector), function(key, value)
            {                
                
                if ($(value).attr('id') != undefined)
                {
                    attachFunctionTagger('#'+$(value).attr('id'));
                }                    
            });
            continue;
        }
        attachFunctionTagger(sSelector);
    }
};
?>
Онлайн: 0
Реклама