InterviewSolution
| 1. |
How To Keep The Submit Text From Showing With Jquery Mobile? |
|
Answer» Suppose we are working on a website that has a submit button and forms and such. On this website we using jQuery Mobile, but to keep its stylesheet from INTERFERING we using some jQuery. jQuery Mobile is doing a WEIRD thing where it is PRINTING the value of the button, in this CASE "Submit", to the page, even though under it there is a button under it that says "Submit" and actually works. Suppose we are working on a website that has a submit button and forms and such. On this website we using jQuery Mobile, but to keep its stylesheet from interfering we using some jQuery. jQuery Mobile is doing a weird thing where it is printing the value of the button, in this case "Submit", to the page, even though under it there is a button under it that says "Submit" and actually works. |
|