My address form is located below a twitter bootstrap tab set. These tabs have varying heights. As the user switches between tabs, the SmartyStreets "smarty-ui" element does not update it's absolute positioning. Instead, the form may now appear higher or lower on the page and the checkbox stays where it was originally positioned. Is there a workaround?
Asked
Active
Viewed 396 times
3
-
What happens if you call $(window).resize() when a tab is changed? – Matt Aug 05 '13 at 22:31
-
Bingo! I added $(window).resize() to my tab click event and now the SmartyStreets verify button updates to the field position. Thanks! – Glen Aug 06 '13 at 14:02