SimpleModal Strange ASP.NET Button problem
Posted
by bhsstudio
on Stack Overflow
See other posts from Stack Overflow
or by bhsstudio
Published on 2010-06-09T03:12:01Z
Indexed on
2010/06/09
3:42 UTC
Read the original article
Hit count: 184
Hi I have the following codes
$('#<%= btnOpen.ClientID %>').click(function() {
$('#content').modal();
});
<asp:Button ID="btnOpen" runat="server" Text="Open" />
When I click on the button, the modal window will appear for about 0.5 second and disappear right away.Can anyone help me please? Thanks a lot!
© Stack Overflow or respective owner