Hello to all! This is the problem with javascript I have a file where there is
jQuery(document).ready(function(){});
and there is a main file, that is, I need a php javascript file there due to the fact that I insert php code into the javascript part. and both scripts have jQuery(document).ready(function(){});
and one of them does not work that which after. I do not know how people decide help
jQuery(document).ready(function(){})
installs aready
handler, in which it is once again set tojQuery(function(){})
. - KiTE