javascript - Is it possible to prevent wp_editor's js from loading until all other js has loaded? -


i want include wp_editor on front end homepage of site.

however, rest of page loads via js, , js loaded automatically wp_editor holding rest of page up.

the editor going hidden begin with, js on doesn't need loaded immediately. possible delay loading js until other js has finished?


Comments