Skip to main content

All Questions

Tagged with
1 vote
1 answer
26 views

How do I change the "Select Language" text in drop-down list of Google translate element to the desired text I want

I have written necessary snippets for Google translate element on my website and I intend to change the "Select Language" text on the drop-down list to "Language". i.e, a desired ...
Ezego Daniel's user avatar
0 votes
1 answer
29 views

How To get form field values from parent of cloned form button?

So I have the following form. The form is cloneable, so there may be several on the page. When the "Save" button is clicked, I can get the form, and the value of the form ID attribute. But ...
Soren's user avatar
  • 813
0 votes
1 answer
46 views

Jquery .length keeps returning 0 on LinkedIn page

Apologies for asking this question again as per here and here there are answers. BUT This appears to be specific to a page. I am building a simple "button" for the browser bookmark bar that ...
Craig Lambie's user avatar
  • 2,898
0 votes
1 answer
22 views

how to make the side bar close after clicking

so I am not sure exactly how this works but here goes .so I would like to have the menu side bar close once the user clicks on a menu link item or anywhere on the body, then reopen again when the menu ...
totitechcare's user avatar
2 votes
0 answers
46 views

Navigate locally an index html containing a 3D art carousel

Whenever I launch the program live from Visual Code, it works as intended. The issue I have is running the code locally when I navigate from the index file in the file folder. I'm positive the issue ...
user26357207's user avatar
0 votes
0 answers
38 views

Customized Multi-step wizard form using HTML CSS JS

I need help to customize the Multi-step wizard form where when I click on next button previous form should also be visible and when I click on prev button current form should hide. Please help me I am ...
Sameer Sashittal's user avatar
0 votes
2 answers
70 views

How to Increment the value of a cell in a table by 1 using JavaScript?

I am developing a point of sale system. Using Javascript, the below code can add a row to my shopping table. However, with button, I can add duplicates of stock to shopping table. So I am considering ...
GoodNews Carrier's user avatar
0 votes
1 answer
18 views

How to Show Hide tag Image When one of Owl Carousel item active?

I have an issue to show and hide image, it's not working. How to if the owl-carousel active item that has id="img-dark" will show img id="dark" div and hide img id="light"...
Cynthia's user avatar
1 vote
1 answer
49 views

how to save changes even user refersh page in jQuery

I had a button that change page theme to dark-mode. when you click on, it works but when refershing the page, changes will be not save. pls help me to fix that🙏🏻 html: <div class="container&...
Matin Saadati's user avatar
0 votes
1 answer
54 views

How to set radio button values with dynamic values

<html> <body> <p> <p>I like red: <input type="radio" name="OptionChosen" id="100000000" value="yes" /> Yes <input ...
WheelsShark's user avatar
0 votes
1 answer
17 views

fire a change handler when the user navigates away from the page

I've got a page with a bunch of text boxes where users enter hours for each day. The text boxes have an event handler that runs to save the data when it is changed. Using jQuery change(). The problem ...
dsvick's user avatar
  • 41
0 votes
0 answers
36 views

Iterate over HTML Table with column and row [closed]

I am looking for some insight to understand the easiest and best approach to iterate over an HTML table to update values. My table will be time interval/Hours on the row level with different device ...
Amit's user avatar
  • 99
0 votes
0 answers
13 views

Target only top level headings jQuery [duplicate]

OK, I have some code that looks like this, and I want to target only the headings which are inside a container, but not inside another container inside of it (if that makes sense). Currently it ...
DeanH's user avatar
  • 499
0 votes
2 answers
39 views

Pagination with Dynamic Row Removal - Updating Pagination Links and Displayed Rows

I have implemented a pagination feature on a table in my HTML page. Each page should display three rows, and I have a total of eight rows in my table. Additionally, I have a button that removes rows ...
haroun's user avatar
  • 124
0 votes
1 answer
51 views

Creating Custom Select at Run Time

I recreated my issue on Fiddle: https://jsfiddle.net/RayLove21/k05xhgaL/30/ This is the function I'm utilizing to append the custom select. function CREATE_OPTION() { var varForm = '<...
Ray Q's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
17031