$(document).ready(function() { $('.repository-nav-tab').each(function() { truncateLongString($(this), <%= Constants::NAME_TRUNCATION_LENGTH %>); }); })