Skip to main content

Questions tagged [jquery-selectors]

Selectors can be used in jQuery to match a set of elements in a document. Most CSS selectors are implemented, as well as a set of custom ones.

jquery-selectors
0 votes
0 answers
38 views

Can't get value from child element using JQuery [duplicate]

I am trying to get the value of the third <p> element by referring to the id of its parent (id="pickup-searchbox"), but first I'm referring to the class of the first chid (class="...
Nikolay Kholin's user avatar
-1 votes
2 answers
115 views

Iterate Form with queryselectorall to put input value into array

I Have an html page and function is JS I noticed that myForms is a NodeList with two elements, form is 0 or 1, How do I retrieve the input values for each form? I also tried with var query = '' + ...
DevMD's user avatar
  • 29
0 votes
0 answers
59 views

How to use Javascript to expand Google PAA section?

I want to get the questions and answers from People Also Ask section of google using javascript (but inside a vb.net cefsharp browser using executequery). The section needs to be clicked to be ...
xhammer's user avatar
  • 145
0 votes
1 answer
139 views

JavaScript Click does not work on Google translate image

I try to code JavaScript extension for translate an image which is in the windows clipboard. Site page web: https://translate.google.fr/?hl=fr&sl=auto&tl=fr&op=images An image is already ...
OliveLion's user avatar
0 votes
1 answer
138 views

3cx change bubble button style in Wordpress functions.php - move up an async button and styling it after waiting fetch for async dom created

I have been struggling with the moving up of the chat bubble overriding my theme bottom login/out web app bar for 2 days: Tryed to: modify in Wordpress the child style.css and the functions.php The ...
Avsof web apps's user avatar
0 votes
1 answer
28 views

Find nodeList nested <span>

I'm trying to web-scrape for the first time in order to get the best deal out of my holiday. (My intention is to have a Telegram Bot that everyday checks a specific day in the hotel calendar and sends ...
Scheggia's user avatar
0 votes
0 answers
180 views

ApplyTransaction Remove from AG Grid React does not remove the row from the DOM right away. document.querySelector still returning something

Hi I am trying to disable a button based on if a css class name is present in the DOM or not, using document.querySelector(); If document.querySelector('invalid-cell') returns a value the button ...
greenway's user avatar
  • 111
0 votes
1 answer
22 views

if we have two html elements named button how we can select the specific element and add style to it using javascript using query selector

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="style.css"> <title>...
NUman's user avatar
  • 1
0 votes
1 answer
18 views

Active class for single class element jQuery

I have these buttons which are actually p elements in a grid and they all have the same class. I would like to change the color of the p element which the user clicks on. How can I add an active class ...
shimmyshimmyya7347's user avatar
0 votes
1 answer
26 views

Why this jQuery selector does not work for me?

I am trying to start an action everytime anything on the webpage else than specific object is clicked (menu "tree horizontal lines" button with class called "navbutton"), like this:...
fafa's user avatar
  • 107
1 vote
1 answer
41 views

jQuery next Input in table

I have a series of input and select elements in a table: <table id='tbl-edit-company' class='tbl-form tbl-contact-form'> <tbody> <tr> <td><...
Edward's user avatar
  • 23
-1 votes
1 answer
28 views

I am trying to write my stored input into a text element on the webpage

I am trying to write an extension that will search the webpage for a specific text element and write my const into it. Some additional context: The process flow is essentially; Pop up prompts user to ...
Michael Blach's user avatar
0 votes
1 answer
75 views

querySelector returns null even though id exists

I am using node.js and typescript to build a website. In one part of the code I am trying to acces an Element with the ID 'likeForm'. This did not work. This is the furthest I got: in movies.ts: ...
Animor Romina's user avatar
0 votes
1 answer
104 views

Call Back IntersectionObserver function for different different id with a single function

I want to create a entrance effects for element when it's on view port for different ids. I have 3 different ids #fadeAppear #slideAppear #zoomAppear with different css property. I want to call a ...
Avro_Abir's user avatar
  • 166
0 votes
1 answer
29 views

Targeting child elements belonging to a specific class using JQuery :nth-child(n) selector

I am trying to apply some CSS classes on a specific html button using JQuery. The button that I am trying to target is the 2nd button in the #left-well div. All the buttons in my html have the class ...
Satyam Rai's user avatar

15 30 50 per page