I have the following Tab layout JsFiddle Code.
Now i need to capture the event when i change from one tab1 to tab2 so that i can execute certain functions when tab 2 is shown.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the following ….
http://jsfiddle.net/reddyprasad321/gMeQH/11/ Your example was modified…
In side of your ” navButtonClick() “function we can find the id of tab you clicked.. then we can play with it.