I’m creating a mobile app using jQuery mobile. I need to create an editable text table. So I have decided to create a table and inserting text box into it.
It’s working But the textbox is in a different shape which is default for Jquery mobile.
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.
Solution
Specific text input:
Example: http://jsfiddle.net/Gajotres/LqDke/
Everything:
EDIT :
Or you can do it like this:
Final notes
If you want to find more about how to customize jQuery Mobile page and widgets then take a look at this article. It comes with a lot of working examples, including why is !important necessary for jQuery Mobile.