jquery effect highlight not working in asp.net update panel
问题 i have two update panels as follows (when linkbutton is clicked i'm trying to highlight div) <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Linkbutton id="btnChange" runat="server" OnCommand="LinkButton_Command"/> <asp:Linkbutton id="btnChange2" runat="server" OnCommand="LinkButton_Command"/> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <ContentTemplate> <div id="shdr">Hello there!</div> </ContentTemplate> </asp