All Questions
Tagged with jquery jquery-mobile
11,788 questions
1
vote
1
answer
456
views
SecurityError: Blocked attempt to use history.replaceState() to change session history URL
I am working on a bank project on the Cordova framework. As per Apple's recent policy, I have built the bundle from Xcode 15.4 and iOS runtime 17+.
My app worked fine when I used Xcode 14.2 and ...
0
votes
1
answer
45
views
Show different element if the the class has the class active
#Summary
I'm using a carousel as a navigation.
<div class="swiper-slide state1 swiper-slide-active">STATE 1</div>
<div class="swiper-slide state2 ">STATE 2</...
0
votes
1
answer
103
views
jQuery-Mobile fancy popup box works with jQuery 2.1.3 but breaks with jQuery 2.2.4
Years ago, I found this "fancy alert" popup box for use with jQuery mobile. I've been using it in my Cordova apps for years.
Recently, I've been informed that version 2.1.3 of jQuery has ...
1
vote
0
answers
76
views
ASP.NET MVC 5 : model not binding to HttpPostedFileBase from Razor form w/jQuery Mobile
I've read the many possible causes and solutions for this problem, but I don't see that any of them can help me.
I'm making a change to an already-existing project that uses jQuery-2.2.4 and jQuery-...
0
votes
1
answer
57
views
Checkbox styles not applying when loading data asynchronously
Using google apps script to build a simple tool at my school to help collect photo evidence of students work and save it centrally so all teaching staff can access it (there's probably an app already ...
0
votes
1
answer
225
views
How do I get the content to display in the other menu options?
Here is my complete code.
<html>
<head>
<meta charset="utf-8">
<title>Title</title>
<link rel="stylesheet" href="...
0
votes
1
answer
197
views
Added jQuery UI and JQuery Mobile cdns to project but themes won;t work
<link rel="stylesheet" href="jQuery/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.css">
<link rel="stylesheet" href="jQuery/jquery-ui-1.13.1/jquery-ui-1.13.1/...
0
votes
1
answer
52
views
jQuery Mobile submission not instantly recognized as submit action on ajax
I have a jQuery Mobile registration form, with validation plugin.
<!doctype html>
<html>
<head>
<!-- Include meta tag to ensure proper rendering and touch zooming -->
<...
0
votes
0
answers
35
views
How can I make the project dropdowns in the portfolio section of my website load faster?
My website loads just fine, but when I attempt opening any of the projects in my portfolio section, it takes maybe a second too long to load - desktop & mobile.
Here's a snippet of code that I ...
1
vote
0
answers
82
views
Form Validation in JQuery Mobile
I'm trying to add validation to the form I made
<fieldset>
<legend>ENTER YOUR INFORMATION HERE FOR DELIVERY</legend>
<form action="" name="deliveryform"...
1
vote
1
answer
928
views
Getting 'undefined' value from select options using jquery mobile
Im trying to get selected value from whichever option I pick among the list. However, it mentioned as "Undefined"
<fieldset data-role="controlgroup">
<...
0
votes
1
answer
113
views
How to vertically align text in list view on JQuery Mobile?
I need to vertically align my text in <li> elements
Currently I am setting the line-height as below, however this means it doesn't work on all screen sizes.
I have tried applying vertical-algn:...
0
votes
1
answer
221
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 ...
0
votes
2
answers
262
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 ...
0
votes
1
answer
232
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/ ...