I need to get the extension of the URL, for example(.xhtml) using jQuery?
Share
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.
You could take a look at this SO post – it describes how to get the current URL using JQuery. Getting the extension would be relatively simple after that:
Other SO posts also show how to use the path.