$(document).ready(function() { }); var FB_APP_ID='1502246096686362'; function showProfileName(val) { $.mbsmessage(t_lang('Please wait...')); showHtmlElementLoading($('#spn_variant')); callAjax(generateUrl('member', 'getProfileField', [val] , '/' ), '&outmode=json', function(t){ $('#profilename').html(t); if(val==1){$("#profile_label").show();$('#profilename').show();} else{$("#profile_label").hide();$('#profilename').hide();} $(document).trigger('close.mbsmessage'); }); }