Inactive User
12 years agoJquery in endpoint
This might be a dumb question but I can't seem to use Lithium's jQuery in an endpoint. For instance, I'm trying to create a javascript file with some common js functions we're using in an endpoint bu...
Solution was just to wrap it all in
LITHIUM.Loader.onLoad(function(){ //jquery });
Thanks guys for the help!
So, this has to turned out to not be as performant as I'd like. Anybody else have any ideas?