Welcome Guest [Log In] [Register]

Eastern Time Zone





Remember to idle on TS. Sign up for all upcoming Events !
LeadershipAnnouncementsClan Information
Leader
some_textSkaterjon95
some_textBovyy

Co-Leader
some_textBles

Council
some_textTBA
some_textTBA

Leader
some_textTBA
Welcome to SuddenDownfall.

REQUIREMENTS

110+ Combat Level
90+ Range OR Mage
2 Styles in wars

DOWNLOAD TEAMSPEAK3!

Teamspeak
Must Have TeamSpeak 3 Downloaded, Activity on Forums
TeamSpeak Information

TeamSpeak Download

WARRING STATUS:ON
NEXT WAR IS THURSDAY@5EST(4CENTRAL)


Teamcape


Upcoming Events & Wars

Sign up for Upcoming Events & Wars!


Recruitment

Image and video hosting by TinyPic Introduction [Step 1]
Post a Introduction to be able to explore the forums!
----, By Guest
Topics: 48 Replies: 59

$("#closetable").click(function() { $("#zbtablebox").remove(); }); $("#insertrow").click(function() { $("#zbtable").append(""); var thetd = $("#firsttr").html(); $("#zbtable tr:last").html(thetd); var itr = $("#zbtable tr").length; if(itr >= 4) { $("#maintable").css({ "height" :"200px", "overflow":"auto" }) } }); $("#insertcolumn").click(function() { $("#zbtable tr").each(function () { $(this).append(""); }); }); $("#removerow").click(function() { if($("#zbtable tr").length == 1) { return false} else { $("#zbtable tr:last").remove() } }); $("#removecolumn").click(function() { if($("#zbtable tr:first td").length == 1) { return false} else { $("#zbtable tr").each(function() { $(this).find("td:last").remove() }); } }); $("#submittable").click(function() { var columnnum = $("#zbtable tr:first td").length; var tabletitle = $("input[name=tabletitle]").val(); $("#tablemaincontent").empty(); $("#zbtable td textarea").each(function() { var tablecontent = $(this).val(); $("#tablemaincontent").append(tablecontent+"[c]"); }); var tcontent = $("#tablemaincontent").html(); $("textarea[name=post]").append("[table="+columnnum+","+tabletitle+($("#headerrow").attr("checked")?",1":"")+"]"+tcontent.slice(0,-3)+"[/table]"); $("#zbtablebox").remove(); }); }