Looking at a few different ways to execute javascript in rails 3.1. By default all javascript is compiled into one file and embedded in anonymous functions which all execute on each page.
We often want to be selective in how our javascript executes, based on controller and actions. We look at 3 different approaches
Resources
We often want to be selective in how our javascript executes, based on controller and actions. We look at 3 different approaches
- use selectors based on form id
- use selectors based on css classes on the body
- namespaced javascript objects
if you know of any other approaches I would love to hear those as well
I recommend you click the HD link on the player and view it on Vimeo in full screen mode, this embed version is not so crisp.
I recommend you click the HD link on the player and view it on Vimeo in full screen mode, this embed version is not so crisp.
Resources
I like third way.