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
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
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%"> ...
NoviceDeveloper's user avatar
0 votes
1 answer
127 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 ...
Sunny's user avatar
  • 53
1 vote
2 answers
102 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 ...
Sunny's user avatar
  • 53
0 votes
2 answers
77 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. ...
Vibha's user avatar
  • 3
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 ...
Akash Singh's user avatar
0 votes
0 answers
96 views

How to limit minimum possible date/time in jtsage datetimebox?

anybody knows or has an example of how to set limitation of minimum allowed datetime in the datetimebox in jtsage script? My case is the following - I have a form where user enters tennis game, and ...
gdolenc's user avatar
  • 299
0 votes
1 answer
637 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 ...
Mohsin's user avatar
  • 25
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"); ...
Abilash Erikson's user avatar
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="...
Michael's user avatar
  • 13.5k
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 ...
user avatar
0 votes
0 answers
395 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 ...
elephant's user avatar
3 votes
4 answers
200 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 ...
user avatar
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="...
Bhupendra Mordhariya's user avatar

15 30 50 per page
1
2 3 4 5
15