After trying to write my own code I decided to use trunk8. I cannot get it to fire for some reason, and I am not sure what the issue is. I made the title the console error it throws. Here is the implementation:
$(document).ready(function(){
$('.ui-tabs-anchor').each(function(){
$('.ui-tabs-anchor').trunk8({
width: 30
});
});
});
and the page it should be working on: http://nmhc.dev.1over0.com/Content.aspx?id=8500#tabs-2
Thanks for your help!
Chris