Created
March 22, 2013 00:32
-
-
Save jimmyp/5218052 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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