You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea I have in my head is to find all script blocks that contain jQuery, and wrap it with with head.ready('jquery', function(){ ... }); This would allow plugin to work in admin as well any plugins that write inline javascript.