Skip to content

Instantly share code, notes, and snippets.

@jimmyp
Created March 22, 2013 00:32
Show Gist options
  • Save jimmyp/5218052 to your computer and use it in GitHub Desktop.
Save jimmyp/5218052 to your computer and use it in GitHub Desktop.
//In the middle of a riduculous amount of silly dom traversal I have this line
$(this).find('.holder').find('h3:first > span:first-child').html('<strong>Priced from</strong> ' + theVal);
//More silly dom traversal
//The problem is that in IE8 when this line is executed the display is not updated, it renders sometime later (maybe after all js is finished?) in chrome and other browsers the new value is rendered as soon as this line is executed..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment