I need some scripts to recover after loading AJAX. How could I do this?
You can use the callback to call the functions you want to restore.
$.ajax({ url: '/url', success: function() { func1(); func2(); } });
If you just need to re-bind events, try the live method .
- JavaScript . , , . jQuery :
Source: https://habr.com/ru/post/1722321/More articles:Rails and ASP.NET MVC when to use them? - ruby-on-railsGrails: обратный вызов JSONP без идентификатора и класса в файле JSON - restС# Способ сериализации List в настройках, содержащих любой символ (Regex/xml) - c#What is the meaning of POX ("plain old XML")? - xmlSet language to swedish - asp.net-mvcKey-based authentication with net-sftp in Ruby - ruby | fooobar.comSQL performance error for IN and OR - sqlLine output in Drupal - drupalJava parser for windows shortcut (.lnk) created by cygwin - javaWPF Error Provider - wpfAll Articles