Skip to main content

All Questions

0 votes
2 answers
25 views

Searching input of table's items messing with table's pagination

I have a table that divides the its items per 20 lines and, above the table, a searching input to filter items that matches the written words. Both the tools works ok alone. I can navigate through ...
Raul Beltrame's user avatar
0 votes
2 answers
36 views

is it possible to bypass the browsers custom dialog pop on browser/tab close?

I am new to react and im trying to trigger my own custom dialog component on tab/window close event. I've checked everywhere and see that the usage of beforeunload is exactly what is needed to achieve ...
NewBond007's user avatar
0 votes
0 answers
46 views

Can jQuery Access DOM Elements Updated by React?

I'm attempting to access the class "wpgmp-map-data-container" from the updated DOM, but it consistently returns 0, despite the class being present in the DOM.. edit.js export default ...
vinay deora's user avatar
0 votes
1 answer
27 views

Unable to Update React-Rendered DOM Classes with jQuery

What I Tried: Attempted to use jQuery to update classes within the DOM rendered by a React component. Verified that the classes I'm targeting exist in the DOM by checking their length, which ...
vinay deora's user avatar
1 vote
2 answers
42 views

Content Overflows Outside Page Boundaries Using transformX

I have a simple project. In that project, I have a drawer that works with translateX. My problem is that when I open that drawer, my main content goes outside the page. this issue is showed in these ...
Ali Ehyaie's user avatar
  • 1,231
1 vote
1 answer
27 views

I can't seem to get my form submission to hop files from jsx to js

I am fairly new to react. About 3-4 days spent studying it so far so I might just be doing something stupid. My problem is that I have a form rendered with only a textarea that can be submitted. Right ...
aidanbh16's user avatar
0 votes
1 answer
36 views

jquery__WEBPACK_IMPORTED_MODULE_2___default(...)(...).owlCarousel is not a function (React)

I'm making a web-application where I need a owl-carousel to be implemented. My component "TopEventSection.jsx" file: import React, { useEffect } from "react"; import img from "...
Grape's user avatar
  • 25
1 vote
1 answer
100 views

Jquery/JS get input value thats being changed by reactJS

I am using WordPress and I have a form that has two input range sliders. The form then calculates the two range slider values and displays the result as below: <input data-fraction-min="0"...
George Richardson's user avatar
0 votes
0 answers
100 views

Document is undefined using jQuery in nextjs 14

I'm working on a project, the project was a WordPress template and it's converted to Nextjs application. They used jQuery and gsap for animations. The problem is I got 500 error for document in ...
Amir Hossein's user avatar
  • 1,082
0 votes
1 answer
138 views

Making an iframe draggable?

I'm attempting to make a chat widget draggable, which I've successfully managed to do via react-draggable. However, this chat widget is also consumed by an iframe, which is entirely created via HTML. ...
Zack Carlson's user avatar
2 votes
1 answer
120 views

Multiple Html Files in Single HTML

I am creating a learning dashboard using HTML, CSS, and jQuery. I've developed a functional design, but the code is stored in a single file with over 6,000 lines. This large file size makes it ...
Walli Ahmad's user avatar
0 votes
1 answer
50 views

How to anchor angled text animation to bottom right of screen without bleeding into footer [closed]

As you can see, there are a couple of issues: I want the angled text to stay fixed at the bottom right portion of the screen. When I resize the screen, the angled text moves as well, sometimes ...
fibonaccilinguine's user avatar
0 votes
0 answers
26 views

beforeunload function just working on reload and not when i navigate to another Reactjs page

I have a component in reactjs where i have a form to add a new product. I wish i could show an alert everytime the user have a filled field and try to navigate to another page (i have a side and a ...
Raul Beltrame's user avatar
1 vote
0 answers
76 views

What would be the best way to share state between a Vanilla JavaScript using jQuery and React?

I'm involve in the migration of a large single page app all written in Vanilla JavaScript and heavily relaying on jQuery over to React 18. The goal is to replaces pieces of the UI with newer React ...
Showcaselfloyd's user avatar
0 votes
0 answers
63 views

Jvectormap map not loaded in reactjs

I have downloaded & imported all jvectormap js libraries in at index.html. But no map is being displayed. However, there is no error related to the map. Did I import the js files in the correct ...
nur najihah's user avatar

15 30 50 per page
1
2 3 4 5
139