All Questions
Tagged with jquery-css or jquery
1,037,343
questions
1
vote
0
answers
16
views
Select2 js with checkbox options
I want to have checkbox to select in my options but don't know what to do.
References
Here is my select box code:
<select class="form-control select2" id="data-set" name="...
-1
votes
0
answers
28
views
Inserting navigation dynamically (jquery) causes an error on other JS scripts
I have an HTML site with some js / jquery code. I wanted the navigation to be dynamically injected and I am using for this jquery (within HTML). Here is my HTML, the navigation bit is just after the ...
-1
votes
0
answers
39
views
How to do ajax in php without form [closed]
I am trying to implement sweet alert in my web app for deleting some row from database server.
but the post is posting [object][object] instead of the values
Here is my code
$(".action")....
0
votes
1
answer
20
views
JavaScript stops working after UpdatePanel is triggered
I’m having an issue with the UpdatePanel and JavaScript. The JavaScript code works perfectly at first, but it stops functioning after the UpdatePanel is triggered.
This is the code :
<script>
...
0
votes
1
answer
14
views
How to catch errors inside request.done() in ajax jquery?
I'm new to jquery.
I have a script to send a request to an API. Basically everything is working fine. Now I'm trying to simulate a network connection error, and show an appropriate error message to ...
-2
votes
1
answer
65
views
I'm making a language switcher to a website how can I disable it or change its location on mobile devices?
I am making a language switcher, but I need to change its location based on the screen size because on mobile it gets out of the screen. How would I be able to do that?
<script src="https://...
1
vote
1
answer
31
views
JQuery UI not showing tooltip (serializing toop tip not working)
I have used Jquery UI before and tooltips without issue... this time for some reason I cant get them to work. I am trying to get a tooltip to show on only 1 element if the mouse is hovered over it. ...
0
votes
1
answer
46
views
Run ajax call after close modal form ASP.NET Core
I am using ASP.NET Core 6. I have a razor view that has a section in it that is populated by an Ajax call:
<div id="assessmentTablesDiv">
<!-- ...content... -->
</div&...
-1
votes
0
answers
28
views
Import jquery-form with vite
I am converting an old web page (using jQuery with jquery-form plugin obviously) to Vite with ES6 syntax. I am having issues using jquery-form plugin. My Javascript knowledge is not that good. I ...
0
votes
0
answers
44
views
Why is my Carousel not working and the <a href> taking me to the top of the page [closed]
I'm struggling here with my code, I've been trying to build a carousel for my website and there are 2 issues, the first one is the carousel buttons are not working, they just take me to the top of the ...
-1
votes
0
answers
21
views
Calling React function from Jquery plugin
I am using a jQuery plugin in my react app and inside that jquery plugin, there is a button click. I want that when that button is clicked, my route of react should change. Basically, I want to ...
-2
votes
0
answers
30
views
Issue with AJAX-based Dynamic Dependent Dropdowns: "Error loading subcategories" in JSP and Servlet Setup
I'm trying to create a set of dynamic dependent dropdown menus with jQuery and AJAX. The dropdowns should show categories, subcategories, and further subcategories. However, I'm encountering an issue ...
1
vote
0
answers
52
views
jQuery ajax call returns different things on different servers
I have the same front end and back end code running on two different servers (each frontend calls the associated back end, no CORS issues involved).
One one server I make a jQuery 3.5.1 $.ajax call to ...
0
votes
0
answers
13
views
get variable under Network tab on browser using jQuery [duplicate]
I have a simple search submission form on one page with the following code...
<form id="FormSearch" method="POST" class="customform" action="forum-search.php"...
-1
votes
2
answers
31
views
Not Able to Toggle Classes in jQuery Condition Properly
Having two buttons with same class as
<button class="show-hide-sidebar">Cart</button>
<button class="show-hide-sidebar">Wish</button>
I am trying to show ...