http://stackoverflow.com/questions/9742190/how-to-prevent-bleeding-through-of-clicks-on-android-using-jquery-mobile
<asp:Panel ID="aPanel" runat="server" DefaultButton="btnSubmit2">
<!-- Some Controls Here -->
<asp:Button UseSubmitBehavior="true" ID="btnSubmit2" Text="Submit" runat="server" onclick="btnSubmit2_Click" />
</asp:Panel>
<!-- the jQuery -->
<script type="text/javascript">
<!--
$(document).ready(function(){
$('#myButton').click(function(){
location.href='/Tag/ List?page=1';
});
});
//-->
</script>
<!-- the button -->
<input type="button" id="myButton" value="click me" />
Premalatha
Software Engineer
Mahe, if this helps please login to Mark As Answer. |
Reply | Alert Moderator