-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy load? #204
Comments
The default case is lazy loading |
Ok thanks. Presumably Easytabs would need to load in the head for that (which somewhat negates the benefit of lazy load, but anyway). |
I do not see why you would have to put the script in the head. You can still use a script at the bottom of the page. Easytabs will load the first active tab if it has an href indicating ajax loading. If you fail to do so please post an example. |
If Easytabs loads at the bottom of the page, won't the rest of the page have already loaded? |
It is considered best practice to load javascript late. Do you have a specific problem? Please specify what your concerns are. |
I was wondering if it's possible to have Easytabs lazy-load the contents of the non-default tabs on page load? Or does it do that anyway?
The text was updated successfully, but these errors were encountered: