I have used ajax show hide to display tabs. When I scroll down to the tab and click any tab it scrolls to the top of the page.
Please refer the fiddle http://jsfiddle.net/8dDat/1/
I have tried return false. But nothing works. How to fix this?
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.
Just try this fiddle
the problem is height when you click the tab the content below hide and the height become 0
So you can give css for
min-heightto the main container ie register_frmSee The last line of CSS