jquery click event not working

I encountered a problem in the project, an a tag was appended by jQuery. Then execute the click event to fail.

 

Use the following method to solve

 

$(document).off('click').on("click", "a.xxxClass", function() {

   XXXXXX......

});

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326225883&siteId=291194637