- Posts: 3
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ if ($('th').length){ $.getScript( "/survey/scripts/jquery.hypher.js" ) .done(function() { $.getScript( "/survey/scripts/en-us.js" ) .done(function() { $('th').hyphenate('en-us'); }) }) } })
-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;