How to keep the submit text from showing with jquery mobile? : jquery mobile



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

Post New Answer

More jQuery Interview Questions

How do you install/use jquery in a project.

1 Answers  


Tell me which command will give a version of jquery?

1 Answers  


What are the difference between alert() and confirm()?

1 Answers  


What is queue() in jquery?

1 Answers  


How to disable jQuery animation?

2 Answers  


What is a CDN?

1 Answers  


Explain the basic need to start with jquery? : jquery mobile

1 Answers  


What is the use of the animate() method in jquery?

1 Answers  


Define width() vs css('width')?

1 Answers  


List a few features of jquery mobile? : jQuery Mobile

1 Answers  


Mention some advantages of jquery.

1 Answers  


Tell me how do you stop the currently-running animation? : jquery mobile

1 Answers  


Categories