Reference JS using Custom Action Dependencies
I have a site with jQuery referenced in the master page, I want to add new code to add functionality to the site and utilize jQuery. When I use custom action: to add my JS reference, it references my .js file before the jQuery file in the master page, so I keep having the $ …