What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 9043 |  Welcome, Guest!   Register  Login
 Home > Forums > jQuery > How to add a set of Butons to Panel on click of Button using Jquery? ...
Mahe

How to add a set of Butons to Panel on click of Button using Jquery?

Replies: 1 | Posted by: Mahe on 7/16/2012 | Category: jQuery Forums | Views: 301 | Status: [Member] | Points: 10  


Hi,

How to add a set of Butons[B1,B2,B3 ...] to Panel on click of some main Button using Jquery?

Regards,
Mahe


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Premalatha
Premalatha  
Posted on: 7/16/2012 5:43:25 AM
Level: Starter | Status: [Member] | Points: 25

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 

Reply - Please login to reply


Click here to login & reply

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2013 3:49:26 PM