Devone

Is there a Way to Detect if JavaScript Files Have Been Loaded?

Asked by Devone 2 years ago javascript file


Pablo G
0
 
IIRC script tags are processed in order, and so if you put your $(document).ready(function1) in a script tag after the script tags that define function1, etc., then it should work.

by Pablo G 2 years ago

Answer this question

Is there a Way to Detect if JavaScript Files Have Been Loaded?

0 errors found:

 
0