Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The jquery selector sometimes (depending on the amount of javascript files) returns no values because the DOM is not ready when the script is executed. By adding the domReady! statement in the require part we are sure that when the jQuery selector is being filled the DOM is ready.
- Loading branch information