unFocus / Scripts-n-Styles

Allows WordPress admin users the ability to add custom CSS and JavaScript directly to individual Post, Pages or custom post types.

Home Page:http://www.unFocus.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug/Feature?] Load my scripts last

lonix1 opened this issue · comments

Firstly, thanks for this very useful plugin!

On a certain page, I added a body script that relies on jQuery.

But all other scripts are loaded afterwards, including the jquery script. So my script fails:

jQuery is not defined

Is there a way to make my scripts load after all wordpress and plugin scripts, instead of before them?

(If not then this is a serious shortcoming of the plugin. I hope I'm wrong and there is a way to do this!)