to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Welcome to the Friday, September 17, 2010 edition of On the Moneyed Midways, where we've assembled the best posts we found among the best of the past week's money and business blog carnivals to help kick off your essential weekend reading!
It's been a busy week for us behind the scenes at OMM, so we're more than ready for the weekend ahead. So much so that we'll just go straight to this week's edition, which just happens to feature a strong candidate for the post we'll declare to be The Best Post of the Year, Anywhere! next January.
That post, and the rest of the best posts we found in the week that was, are just a mouse click away....
On the Moneyed Midways for September 17, 2010 | |||
---|---|---|---|
Carnival | Post | Blog | Comments |
Best of Money | Marriage Tax Penalty Returns in 2011 | My Dollar Plan | Madison DuPaix finds a looming surprise for married couples if what House Speaker Nancy Pelosi described as the "Obama Tax Cuts for the Middle Class" expire as scheduled at the end of 2010. You know what she means: the "Obama Tax Cuts for the Middle Class" that became law back in 2003, during George W. Bush's presidency, some 3 years before Barack Obama was elected to the U.S. Senate, and 5 years before he was elected President.... |
Carnival of Debt Reduction | Smart Tips for Budgeting Your Money | The Smarter Wallet | The Smarter Budget suggests a trick for making it easier to follow a budget: give yourself a budget for treats! |
Carnival of HR | Poor Working Moms | Working Girl | "There are two kinds of working moms,* the plodder and the work horse," writes Laura Schroeder in absolutely essential reading, as she examines why working moms earn less than their single counterparts (who turn out to make more than men with similar education and experience!) |
Carnival of Personal Finance | Spending Under Pressure | Richly Reasonable | The Best Post of the Week, Anywhere! Have you ever been "mariachi-banded?" You'll understand what that means as Lauren considers those situations where you end up paying for crazy things you'd never buy under normal circumstances! |
Festival of Frugality | We Saved $318 on Auto Insurance! | Out of Debt Again | Mrs. Accountability recently shopped her family's auto insurance and was surprised to score a $318 savings on a 6-month term! |
Carnival of Money Stories | Save Money by Donating Things You Were Going to Throw Away | Free Money Finance | FMF recently replaced the front door at his home and discovered that he could donate his old front door to charity. The value of the door? $400. The value of the savings on his federal income taxes? $112.... |
Presented in reverse chronological order....
Labels: carnival
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.