Skip to main content

All Questions

Tagged with
1 vote
1 answer
102 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 ...
Anil's user avatar
  • 91
0 votes
0 answers
26 views

Jquery mobile nav bar items not properly placed

I'm creating a web page using the JQuery mobile framework. I need to place a navigation bar at the bottom of the page inside the footer. Here I mentioned my all codes. My problem is that the last ...
S.Macualiff's user avatar
0 votes
1 answer
39 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</...
user22039298's user avatar
0 votes
1 answer
76 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 ...
Laurence MacNeill's user avatar
1 vote
0 answers
69 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-...
rwkiii's user avatar
  • 5,806
0 votes
1 answer
47 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 ...
DJP's user avatar
  • 3
0 votes
1 answer
196 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="...
Andrew Crum's user avatar
0 votes
1 answer
171 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/...
simpleStudent's user avatar
0 votes
1 answer
44 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 --> <...
snydez's user avatar
  • 3
0 votes
0 answers
33 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 ...
Praveena Dewars's user avatar
1 vote
0 answers
80 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"...
Endless Infinity's user avatar
1 vote
1 answer
901 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"> <...
Endless Infinity's user avatar
0 votes
1 answer
109 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:...
jackhamper32's user avatar
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

15 30 50 per page
1
2 3 4 5
788