$(document).ready(function(){ var i = 1; $('.tabs-tabset .views-field-title').each(function(){ if(i % 2 == 0){$(this).addClass('even');} else{$(this).addClass('odd');} i++; }); $('.shub img').removeAttr('height').removeAttr('width').css('max-width', '300px'); });