davidsalazar / coordinate-picker

jQuery Coordinate Picker
4 stars 0 forks source link

Add immediate plugin load #4

Open davidsalazar opened 13 years ago

davidsalazar commented 13 years ago

Figure out how find path of the plugin without loading them after the dom is ready.

My issue is that I want to require other js files automatically as opposed to the user having to embed them onto their page.
I'm also calling an html document within the plugin directly that I don't want the user to have to specify.