Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a button where it is used to navigate from one ajax tab panel to another........where when i create a button event....inside it activetab property is not working??? pls give the solution for me.
Posted
Updated 30-Nov-13 6:08am
v2
Comments
JoCodes 30-Nov-13 12:11pm    
Add your question with the code you tried which will be easier to find where the issue is
Karthik_Mahalingam 30-Nov-13 12:20pm    
please post some piece of code..
Nelek 30-Nov-13 17:26pm    

1 solution

Please look at jquery events for button.
for your solution,
$("#buttonId").click(function(){

// write tab visible code here.

});
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900