The table striping function finds all specified tables in a page and adds a class to every second row. The central style sheet applies a background colour to these rows.
core.js file, which is linked from the university template by default.striped class added eg: <table class=”striped”>...</table>striped class may be combined with the grey class eg: <table class=”grey striped”>...</table>Usage: uM_stripe.prepare();
Parameters: none
Effect: Stripes all tables with a class of ‘striped’
Returns: nothing
Hat-tip:
Processing: