Questions tagged [queryselectall]

23 questions
2
votes
1 answer

SOQL Select all columns in Azure Data Factory (Incremental Load from Salesforce)

Azure Data Factory gives an option to load data incrementally by using an SOQL query, Example bellow: Select COLUMN_1,...,COLUMN_N from Account Where COLUMN_X = 'VALUES_X' There is another solution: Delta copy from a database with a control table;…
2
votes
1 answer

Certain elements not allowed in DocumentFragment?

I would like to use DocumentFragment and querySelector to make and modify DocumentFragments. I am using some code from Inserting arbitrary HTML into a DocumentFragment to create the fragments from HTML strings: stringToDocumentFragment =…
mikemaccana
  • 110,530
  • 99
  • 389
  • 494
1
vote
2 answers

After querySelectorAll("input") do something with only a specfic type

I am making a validation function which displays an appropriate messagge for patternMismatch. So far it displays the messagge, but it's the same for all input types. const inputs =…
WeAreDoomed
  • 248
  • 1
  • 14
1
vote
3 answers

Can I use code inspector in Firefox to do a Check All input type = checkbox on a website that isn't mine?

I have a question that is a little outside my realm. I'm a newbie to jquery and javascript. I run a forum on ProBoards, and when the forum runs out of its allocation for attachments (pictures the users can post) I have to manually go through the…
1
vote
1 answer

javascript - reset style for all divs by partial ID, then style specific div

I think I'm pretty close to a solution, but running into some problems. I have created a nav menu that changes element styles using javascript for onmouseover. For onmousedown, I want to reset all styles for divs that match a partial ID (inside…
0
votes
1 answer

AWS Redshift Select all except some columns

I've got a problem where I want to select all from a table/view except some columns. Is there any way of achieving this without creating a procedure?
0
votes
0 answers

Is it possible to rerun the same querySelector once DOM elements have changed?

I have a calendar that logs the event date, title and description of an event created through an event form. This data is stored within the cell of the day it was logged (the date as an ID and event title as a text node). When the button is pressed,…
0
votes
0 answers

Make my product rotate when hover with javascript

Hello I need help I want to make my product rotate when hover. The problem only the first item is rotation when hovering other elements. I tried a foreach loop but seems there is a probleme with my code $(document).ready(function() { // DOM Element…
AK47
  • 11
  • 5
0
votes
1 answer

Accessing elements of querySelectorAll in vba

One of the users have helped me to know the topic of Locating HTML elements with CSS selectors : querySelector() method is much more easier than getElementsBy()…
xlmaster
  • 659
  • 7
  • 23
0
votes
1 answer

I Read using QuerySelectall.. how to write in innerhtml of these read tags?

I have degrees in Celsius switched them to Fahrenheit and cannot write them back to page.. picked them up with this statement temp = document.querySelectorAll(".mylist span"); x=[] for (let i = 0; i < temp.length; i++) { …
0
votes
1 answer

Make Function with querySelectAll with forEach

I want to create a javascript querySelectAll with foreach. I need to use this many times. So i want to create a function. But not working. Please help me.

one

two