Skip to main content

Questions tagged [jquery]

jQuery is a JavaScript library. jQuery is a popular cross-browser JavaScript library that facilitates Document Object Model (DOM) traversal, event handling, animations, and AJAX interactions by minimizing the discrepancies across browsers. A question tagged jQuery should be related to jQuery, so jQuery should be used by the code in question, and at least jQuery usage-related elements must be in the question. Consider also adding the JavaScript tag.

jquery
1 vote
1 answer
9 views

Prevent focus on specific elements jQuery

OK, I have a weird need. I'm not trying to trap focus inside of a specific div, I'm trying to prevent it from entering specific other ones. I have a script which changes the class on a div from "...
DeanH's user avatar
  • 485
1 vote
0 answers
11 views

Filter a wordpress table with JS?

I'm building my own WP theme and I try to avoid JS in Wordpress like the plague because it's hieroglyphics for me... And I still haven't found a resource to learn correctly in a WP environment.... ...
f.soucy's user avatar
  • 13
0 votes
0 answers
12 views

SimpleLightBox trigger open with button jQuery

I have looked at all examples, including those at https://simplelightbox.com/ but I seem to be stuck and wondering if something else isn't going on that I am missing. I am intializing a simpleLightbox ...
jeynon's user avatar
  • 322
0 votes
0 answers
28 views

Jquery using .find() on element in an each loop doesn't work

... and I can't see why. I've tried so many variations, Here's my HTML showing two example "eventboxs" and events within. CODE: $(document).ready(function() { console.log('started'); ...
Martin's user avatar
  • 22.6k
-3 votes
1 answer
17 views

How to implement this carousel using Bootstap? [closed]

I tried to fully create a website like https://almaty-athletics.kz/ Now I am stuck at this carousel. I do not understand how to make it with a smooth slide effect. I expect a smooth slide effect on ...
Алишер's user avatar
0 votes
0 answers
44 views

Get day name and week of the month from HTML input and populate dropdown list [duplicate]

I'm using Bootstrap Datepicker with my HTML input tag, which is <input type="text" class="form-select" name="event_start_date" id="event_start_date">. The ...
MartySmartyPants's user avatar
0 votes
1 answer
17 views

'Load More' Button for Multiple Galleries in Divi in the same page

I have a website built with Divi, and on one page, I have multiple galleries (with class .pa-gallery-load-more), each displaying 8 photos initially. I've added a "load more" button (with id #...
Marta Chiari's user avatar
-1 votes
0 answers
28 views

Script does not work after clicking the insert button [closed]

There is a script in the html that I imported that is related to the design of the table, as soon as the user clicks on Insert, it automatically drop off all the designs related to the insert row only ...
Hai Elimelech's user avatar
-1 votes
1 answer
34 views

How do I create a image and a text sliding effect

I have my html section as <section class="w3l-main-slider" id="home"> <div class="banner-content"> <?php ...
cmucheru's user avatar
  • 161
0 votes
0 answers
27 views

KendoDialog actions TypeError: name.toLowerCase is not a function

I want a Kendo Dialog with two bottons. The code in jsp file is below. Getting error when deleteRow fuction is called. I think it is because of actions block of code. It works when I remove actions. ...
Adil's user avatar
  • 29
0 votes
0 answers
23 views

Changing stroke colour on scroll with jQuery

So I have a Lottie animation that I am trying to change stroke color as the page is scrolled. Forgive me as I am new to this, but I pinched this code off here and it works fine. How would I edit it so ...
danny244's user avatar
0 votes
0 answers
18 views

Gijgo Datepicker Date with two digit Year converted to 20th Century

I am using Gijgo Datepicker in my website, my requirement is to show 2 digit year, and I changed the format to 'dd/mmm/yy' which is working fine, but when I select a date i.e. 1 Jan 1990 and reopen ...
Danish Adeel's user avatar
1 vote
2 answers
28 views

How to create formating tag based on user select from multiselect dropdown in javascript

I have formating (bold,italic,underline) list in multiselect dropdown. Based on user selection i need to create formating tag. example: if user select bold and italic from dropdown i need to create ...
Jerry's user avatar
  • 11
0 votes
1 answer
28 views

How to add class to td only if text in that td and other td are present

I need to add a new class to a td (the first in the code below), but with two conditions: only if that td has a specific number on it (for example "2"), and if the next td also has some text ...
henry's user avatar
  • 7
-2 votes
1 answer
51 views

How can I redirect web push notifications to open in a new tab

I need to automatically redirect push notifications on a specific chrome website to open in a new tab. Can this be achieved using a tampermonkey script, javascript, or any other way? I am always ...
JOSEPH DANIEL's user avatar

15 30 50 per page
1
2 3 4 5
68967