I am using html5 structrure in cake php.
When I m using nav tag, the ajax links is not working, but when I replaced nav tag with div tag, the ajax links is working.
Is there any proper solution to run ajax links using nav tag.
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.
IE7 won’t recognize the nav tag (or other html5-only elements) without a shim. The most popular solution I’m aware of is html5shiv:
https://github.com/aFarkas/html5shiv
If you’d like to read more about it, you can do that here:
http://paulirish.com/2011/the-history-of-the-html5-shiv/