Skip to main content

All Questions

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
3 answers
67 views

i want to show footer navbar on different situation in JQUERY MOBILE

I am making a mobile application with jQuery Mobile, but I have a problem with the Navbar Widget. Here is the relevant part of my HTML code: <div data-role="footer" data-position="...
김완동's user avatar
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
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
2 votes
1 answer
156 views

How can I debug javascript code that is being executed inside microsoft teams tab of android mobile teams application?

I am developing a custom tab for microsoft teams app. For the application inside the custom tab, I need to debug the javascript code flow, like we do in desktop browser. Is there any way we can ...
Vishwam Chepuri's user avatar
0 votes
0 answers
1k views

web qr-code scanner usage nimiq qr-scanner github

I tried to using this qr-scanner https://github.com/nimiq/qr-scanner which works good but I don't get it to use the reading information. For example it displays me an URL fine but nothing more, cannot ...
Mike S.'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
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
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
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
0 votes
1 answer
48 views

loadingbar is not working with navbar <nav> in html

I need your help. I am using loadingbar for my page like youtube, it works perfectly on page but when I use with navigation bar it is not working. this is my code for navigation, i don't know where is ...
Maqsood Hakro's user avatar

15 30 50 per page
1
2 3 4 5
432