(function (a) { a.fn.jExpand = function () { a(this).find("tr:odd").addClass("odd"); a(this).find("tr:not(.odd)").hide(); a(this).find("tr:first-child").show(); a(this).find("tr.odd").click(function () { a(this).next("tr").toggle() }) } })(jQuery);
