This is the problem with JS / jQuery
Also gives an error in the downloaded jQuery
jQuery(ducument).ready(function(){ // код});
Look here in the snippet, it works.
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> <script> $(function() { $("body").append("<a href='http://google.kz'>Скачать в google</a>"); }); </script>
Source: https://ru.stackoverflow.com/questions/975791/More articles:Drag and Resize QlabelInsert array into DBAt attempt of record in a file throws out AccessDeniedExceptionTrack application requests from PCImport does not work ... in urls.pyFind and fix all pictures with a size greater than 100% in MS WordCreation of the class and objects descendants to itThe neural network works for a very long time as the network size increasesImplementation of a double jumpMake QTextEdit not respond to mouse events.All Articles
jQuery(ducument).ready(function(){ // код});- Vitaly Shebanits