Skip to main content

All Questions

Tagged with
0 votes
2 answers
497 views

what will be the jQuery where i can display the text value of selected checkbox , dropdown list and flipswitch in the popup

This is the html for the form to take input and on clicking submit all the input will be displays in the popup window. Currently i am able to only display text in the popup. Not able to show text of ...
Nitin's user avatar
  • 31
0 votes
2 answers
369 views

Retrieving data from local storage not working

I can save to local storage, but when I add code to retrieve the data it does not work. I can see the code has been saved as I have checked using F12 in chrome. Any guidance would be appreciated. &...
user3550216's user avatar
0 votes
1 answer
34 views

remove element by id after clicked

i have dynamic button, generate from database. Ex: button 1, id=button1 button 2, id= button2 button 3, id= button3 ..etc.... If i click button 1, my function will send something to mysql database, ...
Def's user avatar
  • 115
0 votes
1 answer
652 views

jQuery Mobile form without action gives error message: "error loading page"

So I have an HTML document with jQuery Mobile and a form element like so: <head> <!-- Include jQuery Mobile stylesheets --> <link rel="stylesheet" href="lib/jquery.mobile-1.4.5.min....
David Coco's user avatar
0 votes
1 answer
153 views

form validation in mobile

When we are viewing our forms in mobile, I noticed that all validation goes away and I can simply submit my email address without any "@" or ".". I thought I had taken care of this with the pattern ...
Andrea's user avatar
  • 5
2 votes
0 answers
2k views

How to Handle Image upload / capture image via camera in mobile

I have web app with multiple forms, each form collect different information. Once of form opening popup bootstrap modal window and upload image and after submit it upload via Ajax call After image ...
Kuntal Parbat's user avatar
1 vote
2 answers
246 views

ajax form request still reloads page

I am trying to submit a form using ajax with jquery mobile without it refreshing the page and am having no luck.. I have this form - index.php: <script> function SubmitForm() { var name = $("...
Ryan D's user avatar
  • 751
0 votes
1 answer
120 views

Jquery mobile popup form not submitting or firing click

so I have a popup form directly from the jquery mobile website, displayed below. Then in my script file I have a call that is intended to fire on button click. I'm not sure why it is happening. popup ...
Andrew Ricci's user avatar
0 votes
1 answer
469 views

How to handle form navigation back button in mobile when using jquery mobile

I am new to the mobile development using jQuery-Mobile. I have three different JSP pages and each page is having form element with data-ajax='false'. Form tag is as below. <form action="...
Mangesh's user avatar
  • 41
1 vote
2 answers
714 views

Require attributes does not work on mobile

Hi I'm using a form on my website and the required attribute seems not working on mobile it works perfectly on my browser. Does anyone have an issue with jquery, javascript or node package ? <form ...
anonym's user avatar
  • 259
0 votes
1 answer
24 views

JQuery-mobile multipage forms

I have a main page which has multiple links to a second page. Depending on the link clicked, the second page needs to display a different header (this part I've done). On the new page, is a form. This ...
Christn's user avatar
  • 41
1 vote
1 answer
412 views

jQuery Mobile, page change on form submit

I'm using jQuery mobile and want to validate a form. I've given a class of paymentDetailForm to the form. <form method="post" action="demo.java" class="paymentDetailForm"> The submit button in ...
anwartheravian's user avatar
3 votes
2 answers
4k views

How to prevent redirect to new page on form submit

I am trying to upload a form containing multiple files to my server, request is going to correct Action and I am also getting some data but all the files are coming with null values. var file = ...
Manjeet Singh's user avatar
1 vote
1 answer
183 views

jQuery Mobile fails to prevent the submit of an empty input field value

On my site built with jQuery Mobile v1.4.5 and jQuery 1.12.0 I have a form input field where a user can submit messages using the Return key (no explicit submit button). I want to prevent the user of ...
Oliver's user avatar
  • 456
0 votes
1 answer
84 views

JQuery Mobile - multipage form with local values

I try to get a jquery mobile multipage form with local variables running, but I have two problems. a) the second value is not updated after save, but reloaded in the edit page b) when I continuously ...
JustAnotherUsername's user avatar

15 30 50 per page
1
2 3 4 5
15