$(function() { stripe_table(); } ); function stripe_table() { stripe_table0($("table.stripe")); } function stripe_table0(table) { $("tr:even",table).addClass("even"); }