Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.javascript > #8263
| From | Alessandro Pellizzari <shuriken@amiran.it> |
|---|---|
| Newsgroups | it.comp.lang.javascript |
| Subject | Re: jquery 3 e document.ready |
| Date | 2018-10-19 10:12 +0100 |
| Message-ID | <g2tlfnF8dj4U1@mid.individual.net> (permalink) |
| References | <1cd4f41d-cca6-4adf-8b2f-671486214f29@googlegroups.com> |
On 16/10/2018 12:07, gandalf.corvotempesta@gmail.com wrote: > <script src='enorme_file_minificato.js'> > <script src='altro_enorme_file_minificato.js'> > <script src='ulteriore_enorme_file_minificato.js'> > ... > La jquery è dentro "enorme_file_minificato.js" > Tonnellate di plugin jquery e non, sono dentro "altro_enorme_file_minificato.js" > Altra roba è dentro "ulteriore_enorme_file_minificato.js" Hai provato a caricare jQuery direttamente per primo (magari dalla sua CDN), invece di metterlo dentro il file minificato? Ho la sensazione che qualsiasi cosa abbia minificato quei file abbia anche messo qualche async dentro. Bye.
Back to it.comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
jquery 3 e document.ready gandalf.corvotempesta@gmail.com - 2018-10-16 04:07 -0700
Re: jquery 3 e document.ready gandalf.corvotempesta@gmail.com - 2018-10-17 09:02 -0700
Re: jquery 3 e document.ready Alessandro Pellizzari <shuriken@amiran.it> - 2018-10-19 10:12 +0100
Re: jquery 3 e document.ready gandalf.corvotempesta@gmail.com - 2018-10-19 03:22 -0700
csiph-web