SyntaxFix
Write A Post
Hire A Developer
Questions
var w = $('#dialogText').text().length; $("#dialog").dialog('option', 'width', (w * 10));
did what i needed it to do for resizing the width of the dialog.