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.

jquery-mobile
0 votes
0 answers
1k views

Infinite Scroll Implementation Not Working On Mobile Browsers

I'm trying to implement infinite scroll. Full code jQuery(document).ready(function($) { $(window).scroll(function() { var that = $('#loadMore'); var page = $('#loadMore').data('...
Niicow's user avatar
  • 1
0 votes
1 answer
104 views

When exactly is JQM DOM cache emptied?

I am constantly refreshing a <div> element with JQM which contains several bindings. After every refresh, I see an increase of listeners in Chrome. At some point, the page is not responsive ...
Simon's user avatar
  • 11
0 votes
1 answer
462 views

Animated page style change after swipe

I decided to create a page where, after swiping a finger on a mobile device, its css style changes completely. I managed to achieve it all. It works as follows: The first style is specified in the ...
Radek Napora's user avatar
2 votes
1 answer
1k views

Swipe Event on HTML

Im trying to make a swipe event , on page 1 its can be swipe to the page 2 , but from page 2 its not working , what is wrong here ? its only works on page 1 , what shall i do ? (Page mostly code , i ...
Steven S's user avatar
1 vote
2 answers
200 views

how to resize and position a list of items in Jquery Mobile 1.4

I have found in jquery mobile this code to select multiple items. <div class="ui-field-contain" >     <label for="select-custom-19">Multiple:</label>     <...
ubi's user avatar
  • 51
0 votes
2 answers
1k views

How do I use css3 data-transition?

css3 seems to have transition and data-transition. I want to use the effects from here, but I'm not quite sure how to get them to work. I'm coming from css2 and html4 and these things are new to me. ...
bgmCoder's user avatar
  • 6,345
0 votes
1 answer
116 views

how to prevent image to load in all pages with jquery mobile

I want images to appear in different spots of my window/screen so I have used this function: function im2(a,b,c,d){ var x = document.createElement("IMG"); x.setAttribute("src", ...
ubi's user avatar
  • 51
-1 votes
1 answer
592 views

how to prevent an image to move while scrolling in mobile app

I am developing a mobile app. I use JavaScript for the code and some jQuery mobile (1.4.5). My problem is that when I scroll, my images follow the scroll. I don't have this problem in the web version, ...
ubi's user avatar
  • 51
0 votes
0 answers
120 views

jQuery mobile only use one Event

im using jQuery mobile for the first time. I only want to use the swipe event(https://api.jquerymobile.com/swipe/) of jQuery mobile, but it has some other effects on my WordPress website. I want to ...
PeterTschmoik's user avatar
-1 votes
1 answer
494 views

Prevent JQM causing page to scroll to top on form submission

I'm building a webpage with a search at the bottom. I'm using JQuery Mobile to add touch navigation to my carousels on mobile, but it's also causing the page to scroll to top upon submitting the ...
Jillian Hoenig's user avatar
2 votes
0 answers
190 views

my JQuery .click() function wont work with the android chrome browser

I have buttons that reveal nav links on click that dont work on my mobile chrome browser (I use a google pixel 2) I also have firefox mobile and it works fine there. it also works fine on the ...
bechild's user avatar
  • 21
0 votes
1 answer
177 views

Jquery to slide left and right content off screen

i'm trying to get a slide left and right content that usually occurs in an APP rather than a webpage. Anyone can point me in the right direction with jquery ? As you click on the Left (<) or right (...
Crays's user avatar
  • 2,508
1 vote
0 answers
67 views

jquery selector stop working problem cuz #&ui-state=dialog data-history="false" didnt work

the form works fine the first time after i submit the form the url gets #&ui-state=dialog and the 2 selectors will not open again till i reload the page i did find Jquery mobile: ui-state=dialog ...
asaf david's user avatar
0 votes
0 answers
591 views

jQuery Plugins are using deprecated feature of jQuery v3.5.1

We are migrating from jQuery v1.12.4 to v3.5.1. I have updated our codebase by removing the deprecated features. But I found several plugins that use some deprecated features like - jQuery.isNumeric(),...
Sibashrit Pattnaik's user avatar
-2 votes
1 answer
223 views

How to inspect code on real mobile (Mobile debugging)

I want to inspect my code on mobile but there is no option on the mobile device to inspect code.
Someshver Thakur's user avatar

15 30 50 per page
1
3 4
5
6 7
1502