Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
55 views

How do i calculate the inverse of trigonometric functions for a Javascript calculator?

I am developing my Javascript skills by creating my own scientific calculator that has the basic functions and operators. I have successfully been able to make the Sin, Cos and Tan work by converting ...
Kyles's user avatar
  • 11
0 votes
0 answers
31 views

google chrome extension: code execution is not going inside of jquery for loop in .js file but for loop code works in chrome console

I'm working on my first Google Chrome extension and I have code in my JS file that looks something like this: $(function() { console.log("hello"); $(".panel").css("...
ineedsleep34724's user avatar
0 votes
0 answers
50 views

Table data row is undefined

I'm creating my data table like this function fnBuildTable(response) { function Registro(CVPartida, FechaPedido, CantidadSolicitada, Producto, Cliente, Estado, FechaEntrega, EstadoProgramacion, ...
heda127's user avatar
0 votes
0 answers
42 views

How to solve jquery datatables repeated search and pagination rows?

I am using HTMX (for Ajax requests) and JQuery Datables in a django project, but I am experiencing a weird issue. Indeed the datatables work fine, but repeat search and pagination rows when I navigate ...
Abdoulaye's user avatar
0 votes
0 answers
33 views

How to Limit End Date Based on Selection in a Form

I'm working on a web form that includes a "Type of labor contract" selection, and I want to limit the "Effective Period End Date" based on the user's selection. Specifically, I'd ...
hussain ashraf's user avatar
1 vote
1 answer
124 views

How do I clear the blur of an element once clicked, and blur itself again after it being clicked again?

So uh.. I'm trying to make a "unblur"/blur transition to a div element after it getting clicked, using the 2 class names in the following code: unblur and blur, which clear the blur / blur ...
Dragon RB's user avatar
0 votes
0 answers
600 views

Custom Form Wizard bootstrap 5

I currently develop custom form wizard using bootstrap 5 and jquery. Not using any plugin. Here my html code : <div class="card-inner"> <form action="{% url 'toTANewPrj' %}&...
pentjosh's user avatar
-1 votes
1 answer
30 views

How to create a simple website that turns user submitted images into text using Google Vertext AI Vision API

I'm trying build a simple html/css/jquery website that turns user submitted images into text using Google Vertext AI Vision API (or other service). I'd really appreciate if someone can answer the ...
daeeki's user avatar
  • 21
0 votes
1 answer
1k views

Before Updating jquery-ui 1.12.1 to 1.13.2, do I need to update jquery version as well

I am using jquery-ui-1.12.1.min.js in my project. I tried to update the jquery-ui version from 1.12.1 to 1.13.2. After updating the version the application is not working as expected (console errors). ...
Gurpreet Kailey's user avatar
0 votes
1 answer
32 views

How to determine on each chexbox if all the checkboxes in current container and checked

I have a HTML structure where i have multiple section with the same input class and container. <div class="card-columns"> <div class="card" id="role-card-single" ...
Shoaib Fareed's user avatar
0 votes
0 answers
47 views

Is there a way to get a tree of all events on a web application?

Context: I'm tasked with building a visualizer that crawls our application and builds a tree of all possible user flows. I'm currently trying to use a list of all events on the page as tree nodes; ...
Prathmesh's user avatar
1 vote
1 answer
37 views

I can't set text after modifying the text

In the below code, if you click any table row the information will be written to textareas, and if you click on the temizle (En: "clean") button all textareas are going to be cleared. But, ...
Ismail Yanık's user avatar
0 votes
1 answer
700 views

how to use owl-carousel in react.js

I am working on a project using react (javascript framework). I want to use owl-carousel, but it is not working. It keeps throwing this error. OwlCarousel.js:1758 Uncaught TypeError: Cannot read ...
neil's user avatar
  • 711
1 vote
1 answer
41 views

How do I make two scroll bars share the same LEFT position of a red ball in a diagonal graph in HTML and CSS?

I have problem in html and css. I need to make a graph in which the red ball goes up and down diagonally and it must follow the X position of the blue line (this element only moves to the right or ...
Akeno's user avatar
  • 11
0 votes
0 answers
64 views

How do I resolve 'NaN' and 'Undefined' errors during UI update using jQuery and JavaScript?

I keep seeing "NaN and "Undefined" whenever the UI is being updated. Also, after a minute or so, the values start updating at random intervals instead of the intervals I hard coded. ...
Joel Wilson's user avatar

15 30 50 per page
1
2 3 4 5
151