我的代码需要你的帮助我在从jquery插入新的div时遇到问题插入的div不适用于我的jquery代码如果有人有解决方案请告诉我这是我的Html代码clicktext111111Xtext222222X和这个jquery代码$(document).ready(function(){$(".profileInfoSectionwall").mouseenter(function(){$(this).children(".remove").show();});$(".profileInfoSectionwall").mouseleave(function(){$(".remove").hi