How to keep the submit text from showing with jquery mobile? : jquery mobile
Answer / Sanchit Kumar Aluna
To hide the submit text in a jQuery Mobile form, you can use the data-inline attribute on the input element. For example, <input type="submit" data-inline="true">.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you install/use jquery in a project.
Tell me which command will give a version of jquery?
What are the difference between alert() and confirm()?
What is queue() in jquery?
How to disable jQuery animation?
What is a CDN?
Explain the basic need to start with jquery? : jquery mobile
What is the use of the animate() method in jquery?
Define width() vs css('width')?
List a few features of jquery mobile? : jQuery Mobile
Mention some advantages of jquery.
Tell me how do you stop the currently-running animation? : jquery mobile