This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Commit f674457
Refactored jQuery code
Now jQuery does not wait until document:ready to apply event handlers.
This is possible because we use live events and it requires only
document object to be loaded.1 parent f591c0d commit f674457
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments