Injecting jQuery into Views
Submitted by manonamac on Wed, 06/01/2011 - 11:50
I recently found myself needing to add a little jQuery to a views output element. While I could have gone through the process of adding "scripts[] = whatever.js" to my theme's .info file, it would have loaded the jQuery on every page, which was unnecessary.
