All Questions
165 questions
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
0
answers
702
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(),...
1
vote
2
answers
1k
views
jQuery can change the text of input submit type but button is no longer clickable
I am using jaquery and jquery mobile version 1.8 and I have a button like so:
<div class="ui-bar-a" id="myButton" style="bottom:0;position: fixed;width: 100%">
...
0
votes
1
answer
128
views
how to do quan for other items? [priv]
So I am able to add quantity for all the items in the list and all the quantity is able to update in the array, however, I can't seem to update the quantity in the html and it only updates in the ...
1
vote
2
answers
105
views
how to select val? [priv]
[UPDATE]
Hi! This is a more detailed question based on my first question. So I want to change my map pointers on page 2 based on the selected options the user has selected in page 1.
Example: User ...
0
votes
2
answers
79
views
To call in jquery using namespace
I am using javascript file and jquery.From my javascript file,I am doing like this:
abc.cde.on({
});
which is calling one widget written in jquery.
abc.cde are namespaces in jquery widget file.
...
0
votes
0
answers
44
views
Saving to-do list items in the browser
I want my to-do list project data to be saved in browser. The list which I have made so far should not be erased on reloading the page.
I have searched for a solution to this, but all are saying ...
0
votes
1
answer
648
views
jQuery validate giving error (.validate is not a function)
Hy all I am using jQuery validate plugin it was working fine suddenly it stopped working when I checked the console for any errors it was giving me this error
Uncaught TypeError: $(...).validate is ...
0
votes
1
answer
277
views
Detect Keyboard keys and add function for this using jQuery
Hi i have an image upload form , and when selecting upload the image it will show the preview also.
$( function() {
var inputLocalFont = document.getElementById("user_file");
...
0
votes
1
answer
46
views
Why created dynamically drop down box not looks good?
I use jQuery mobile 1.4.5 and jQuery 1.8.3 and jQuery-ui- 1.9.2
I create dropbox dynamically here the JavaScript code:
function setLayerPropertyControls() {
var content = '<fieldset style="...
0
votes
0
answers
119
views
jquery lightbox clone not working in mobile browser
I'm using prettyPhoto image gallery in my website Here is my Website
Just open it and click any image after loading the whole page image will show in a dialog box. Now, open console and select mobile ...
0
votes
0
answers
414
views
JQuery Mobile Select Menu in a pop up
I would like to ask some question regarding a select menu pop up. I want to make a a pop up with select menu.
I have #popupMenu2 link. After I click on the link, a popupMenu2 div will show up with ...
3
votes
4
answers
203
views
Jquery function is not working due to $(document).ready
we have two js fie , test-1.js , test-2.js.
<script type="text/javascript" src="test-2.js"></script>
<script type="text/javascript" src="test-1.js"></script>
In test-1.js the ...
1
vote
0
answers
121
views
How to change the pop-up position of jQuery datetimepicker by xdan on below/above the textbox dynamically
I am using this plugin on my code.
<script language="Javascript" src="/MyJs
/js/jquery.datetimepicker.full.js"></script>
<link type="text/css" rel="...
1
vote
0
answers
2k
views
Fix mobile day selection in fullcalendar
I have a calendar application using fullcalendar. I actually am using two instances, on top is a month (or optionally week) calendar view, and below is an simple day view (list) of events for the day ...