Skip to content
Snippets Groups Projects
Commit a797afe7 authored by Arnoud Beekman's avatar Arnoud Beekman
Browse files

Add the domReady! statement

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.
parent d0b82cc7
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment