There is a view that is formed from several partial views, in one of the partial views you need to connect a third-party plugin, the plug-in is initialized in the main view, everything works until the request does not update part of the page on which this plugin is announced.

Tell me how you can find out that part of the original page has changed and reconnect the plugin I need

PS Packages Used:

package id = "jQuery" version = "2.2.0" targetFramework = "net452"
package id = "Microsoft.jQuery.Unobtrusive.Ajax" version = "3.2.3" targetFramework = "net452"

    1 answer 1

    The Microsoft.jQuery.Unobtrusive.Ajax library accepts AjaxOptions in its methods, where there are several events. Use them.

    Most likely, OnSuccess will suit OnSuccess .