CodeIgniter HTMX |
Ok, thanks. I guess it is not much of a problem in dev mode, except that potentially the email filters dislike javascript...
==
Donatas G.
@michalsn Great demos! thanks for sharing that.
It states that they want the scripts in the <head> section.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(04-02-2023, 11:29 PM)InsiteFX Wrote: It states that they want the scripts in the <head> section. okay, If I do not want to load all the third-party js or CSS files, since the js or CSS links will vary upon what page I am loading, in that case, what would be a proper way to do it? or do I have to load all the CSS and JS files while loading a page?
Learning Codeigniter
JS Script files should be loaded at the end of the html document just before the ending </html> tag
unless the code is needed in the html document then it needs to be loaded in the <head> section. Most of the time you can place the JS Scripts at the end of the html document for faster page loading. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |