Just upgraded to 3.4 and every site I have done it on thus far all JS is broken. The cause is that jquery, when loaded via wp_enqueue_script() gets loaded last when it needs to get loaded first. So all the other jQuery files that require it be loaded first fail and nothing works anymore.
↧