You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The problem here is that the width can be larger than the actual input, in case, for example, where the width is calculated by javascript or where the input is variable-width.
While it is possible to do the width calculation before asking trunk8 to work its magic (that's what we do currently) it would be nice, if trunk8 would be the one to decide if truncation is needed or not.
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
The text was updated successfully, but these errors were encountered: