$(document).ready(function(){$("#created_games .gplayer_paging a").length>0&&$("#created_games .gplayer_paging a").live("click",function(){$("#created_games .gplayer_paging .loadingtext").html("<strong>Loading...</strong>&nbsp;&nbsp;&nbsp;");var a=$(this).attr("href");$("#created_games").load(a);return false});$("#played_games .gplayer_paging a").length>0&&$("#played_games .gplayer_paging a").live("click",function(){$("#played_games .gplayer_paging .loadingtext").html("<strong>Loading...</strong>&nbsp;&nbsp;&nbsp;"); var a=$(this).attr("href");$("#played_games").load(a);return false});$("#commented_games .gplayer_paging a").length>0&&$("#commented_games .gplayer_paging a").live("click",function(){$("#commented_games .gplayer_paging .loadingtext").html("<strong>Loading...</strong>&nbsp;&nbsp;&nbsp;");var a=$(this).attr("href");$("#commented_games").load(a);return false});var b="";if($("#gplayer_bioajx").length>0){$("#gplayer_biohover").live("mouseover",function(){$(this).css("background-color","#FFE900")});$("#gplayer_biohover").live("mouseout", function(){$(this).css("background-color","#fff")});$("#gplayer_biohover").live("click",function(){b=$(this).text();$("#gplayer_bioajx").html("<input type='text' maxlength='255' value='"+b+"' name='update_bio' id='update_bio' style='width:300px;' /> <span id='biobtn'><input type='submit' id='btnbioupdate' value='Update' />&nbsp;<a href='#cancel' id='btn_cancelbio' style='text-decoration:underline; font-size:12px;'>cancel</a></span>");$("#update_bio").val()=="What are you doing right now..."&&$("#update_bio").select(); $("#update_bio").focus()});$("#btnbioupdate").live("click",function(){$("#biobtn").html("<strong>updating...</strong>");$.ajax({url:_mainRoot+"ajxupdatebio/",type:"POST",data:{uid:$("#bio_userid").val(),bio:$("#update_bio").val()},cache:false,async:true,success:function(a){$("#gplayer_bioajx").html("<span id='gplayer_biohover'>"+a+"</span>")}})});$("#update_bio").live("keypress",function(a){if(a.which&&a.which==13||a.keyCode&&a.keyCode==13){$("#btnbioupdate").click();return false}else return true}); $("#btn_cancelbio").live("click",function(){$("#gplayer_bioajx").html("<span id='gplayer_biohover'>"+b+"</span>");return false})}});
