Skip to main content

Questions tagged [jquery-mobile]

jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.

0 votes
1 answer
207 views

Using jQuery .click works but .touchstart desn't

I have a block of working code that allows me to shift from one set of colored items to another based on a span click event that runs in jQuery. I am using wordpress and it requires I spell out jQuery ...
silverfish's user avatar
0 votes
2 answers
249 views

jQuery Mobile Popup keeps repositioning itself on scroll

I want to show a dialog on a jQuery mobile website such that: It displays when the page loads It shows the page behind it It should be dismissible by clicking outside it I decided to use jQuery ...
Salman Arshad's user avatar
0 votes
1 answer
207 views

Jquery mobile custom only range slider

I am trying to integrate custom jquery mobile only for range slider option for 1.4.5 version with jquery-1.11.1. The custom jquery mobile i build it from https://jquerymobile.com/download-builder/ ...
joe's user avatar
  • 103
-1 votes
1 answer
511 views

Update Cordova jQuery Mobile app to more modern

I have a very old Cordova app, works well for the purpose, but looks so outdated. It uses pretty basic JavaScript, HTML & CSS with some help from jQuery and jQuery Mobile, and contains a few pages ...
robblond's user avatar
1 vote
1 answer
1k views

Preventing keyboard dismissal on form submit on mobile view of web app

I am creating a PHP Javascript chat application. Whenever I click on send button it simply slides down / dismisses the keyboard. If I need to send a new message I again have to tap on the textarea ...
Relaxing Music's user avatar
0 votes
0 answers
97 views

jquery mobile/bootstrap bundle - attempted to call method 'bindRemove'

I am trying to use jquery mobile in my current project. Unfortunately I run into an error. Jquery mobile loads up and everything is fine. But whenever I click on any link on website, this error ...
dzb's user avatar
  • 21
1 vote
0 answers
454 views

In responsive design, dragging and dropping does not work in wordpress page

I am making one quiz type page in wordpress which has two dropzones. One contains list of buttons and other one is empty. User has to drag and drop the buttons from first dropzone to other. I have ...
abhi's user avatar
  • 21
0 votes
0 answers
441 views

How to change the web site portrait mode to landscape mode

I am trying to change automatically portrait to landscape mode for 768px devices. Is it possible to change the view mode automatically? window.addEventListener("orientationchange", function() { ...
sanjana's user avatar
  • 131
0 votes
1 answer
258 views

Jquery load popup from external file

I need to upload different text files each containing some popups. I am using JQM 1.4.5 and I'm pretty sure I don't make any syntax errors. My main program has a menu and the user can choose the text. ...
H.Ref's user avatar
  • 23
0 votes
1 answer
171 views

JQuery browser compatibility issue on browser

I am trying to make multiple counter and its working fine for me but on some browsers it says NAN invalid date. I have tested it on my android device (chrome and Samsung default browser) and it worked ...
Brajman's user avatar
  • 307
1 vote
1 answer
285 views

Jquery mobile website. How can I include a Logo link and social media icons in the footer section?

Is it possible to add a Logo link and social media icons when building a Jquery mobile website? I'm building a small Jquery mobile website as an assignment. The whole thing looks good but I want the ...
Jake T's user avatar
  • 11
0 votes
1 answer
165 views

why JQuery Mobile not able to check the checkbox? [duplicate]

I put a checkbox on my webpage, but I want to check it, base on the content of the text file. I am using the below code: $(document).ready(function(){ $.ajax({ ...
user2444843's user avatar
0 votes
0 answers
55 views

jquery mobile loader doesn't work on Firefox

I have some problems using a loader from jquery mobile. I'm not a frontend developer, but I have to deal with this task. The aim is that I need to make it work the loader, keeping the submit. What it ...
ikki_fenix's user avatar
2 votes
1 answer
2k views

Swipe Button with Javascript

I really am struggling to put a swipe functionality on my toggle button. I have tried hammer.js, jQuery Mobile and now I am trying to use regular javascript. I really need some help and guidance on ...
trees123's user avatar
1 vote
0 answers
411 views

OnClick not working on iOS when the clicked elements is doing a POST for a form on the same tab

On iOS (iPhone for example), I try to POST a form to the same tab, by clicking on submit. I want at the same time of clicking the submit, to trigger a JS event with OnClick. For example, to append ...
thenondeveloper's user avatar

15 30 50 per page