I’m building a mobile version of a website for devices which do not support Javascript at all. I’m looking for a calendar in MVC that doesn’t make use of jquery library. Any idea?
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.
If you want to show (and then submit ofcourse) a calendar in mobile browsers without javascript support, for example in proxy-browsers like Opera Mini. Then you can do the following trick with fields – create calendar html markup and put radiobuttons behind each day
so once user will select some day, hidden radio button will be checked. And once user submit the form, all the data (selected day) will be submitted as part of the form.
You can take a look on similar javascript-free star-rating widget: http://www.yuiblog.com/blog/2010/08/24/developing-an-accessible-star-ratings-widget/