Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
1 answer
22 views

I upgraded a version of Chauffeur plugin from 6.4 to 9.0. This is form plugin and on form there are date and time options. So when I select time after selecting date. Console shows this error. I ...
Robin Mehta's user avatar
0 votes
1 answer
40 views

I’m having an issue with Kendo MultiColumnComboBox where the select event is not fired from time to time. Component: Kendo jQuery MultiColumnComboBox Option: serverFiltering: true Symptom: After ...
guli5057's user avatar
0 votes
2 answers
66 views

I am adding a new option to a select2 optiongroup with custom drawing of options. here is my code: function defaultParameter(value, defaultValue) { return typeof value !== 'undefined' ? value : ...
Emma Harris's user avatar
1 vote
1 answer
71 views

I use this lightweight plugin to display text continuation on hover : https://lukifer.github.io/HoverForMore.js/ I am using the jQuery each function to call all items and run this plugin on each one, ...
ehsan's user avatar
  • 50
Advice
0 votes
2 replies
41 views

I'm trying to use dataset content in my Javascript, but I can't get it to work. Is this even possible or has the content run too late? The values are being output in console correctly. // JavaScript ...
Ruth's user avatar
  • 79
Tooling
0 votes
3 replies
62 views

I’m trying to implement a real-time notification system in my Laravel application. The frontend uses jQuery, and the backend uses Laravel’s broadcasting system with Reverb (also tried with Octane and ...
Mohammad Fazal's user avatar
0 votes
1 answer
46 views

I'm using PHP8.1 and JQuery. I have a script with several links that each have an id that is a digit only. i.e: <a href="#" id="<?= $id ?>"><?= $student_name ?>&...
John Cowan's user avatar
  • 1,764
3 votes
1 answer
109 views

I am trying - and failing - to write JavaScript to click this button: The HTML for the button varies depending on the page Example 1 from this page: <span class="a-button-text" aria-...
Sockie's user avatar
  • 309
1 vote
1 answer
97 views

I have a jsp file which results in this HTML: <form id="paymentForm" action="submit_payment.form" method="post"> <div class="notvalid"> </...
runnerpaul's user avatar
  • 7,564
-1 votes
0 answers
27 views

My project had too many grid pages and it was quite the mess so I decided to make one sole generic grid file with configurations and each time the same page loads different configs depending on the ...
Scarlet D.'s user avatar
9 votes
1 answer
759 views

This is as much a math question as it is a coding question. Picture this scenario: ___________________ | | (#1) | Center ...
James H's user avatar
  • 93
1 vote
2 answers
89 views

I have four Data-tables tables on a page, each displaying different financial metrics about the same set of stocks. Each table shares a common Ticker column, and every table has the same number of ...
dawnkills's user avatar
1 vote
1 answer
68 views

I am trying to remove an item from a Kendo UI Combobox in a for loop but it won't remove the item from the Combobox. Any idea's on what the issue could be? Thanks Here is the code that I am using if (!...
Chris's user avatar
  • 3,181
2 votes
2 answers
110 views

My web table has two columns of cards (using flex). each column is in their own container. I have some JS (using jquery) that adds mouseover and mouseout handlers to the cards in column 1 which adds ...
Matt Ashfield's user avatar
4 votes
1 answer
123 views

Theia Sticky Sidebar not working without jQuery — CDN serves raw JS (v2) but my code expects jQuery v1 — how to migrate or fix? I'm trying to use Theia Sticky Sidebar on a site where I replaced jQuery ...
Asma Binta Younus's user avatar
-3 votes
1 answer
139 views

I have a contact icon at the bottom right of a page that fades out when the user is within 300px of the bottom of the page so that it doesn't cover any info in the footer. The problem is the footer is ...
gjjr's user avatar
  • 577
0 votes
4 answers
65 views

I am trying to use a javascript form to submit data to a server I control. The form works great and the data is submitted to the server, but I can't get the javascript success and fail subroutines to ...
James B's user avatar
  • 53
1 vote
1 answer
191 views

For days, I've been trying to configure the opening and closing of my navbar created with Bootstrap 5.3, when it is reduced to a burger menu, via hover rather than click. I've managed to do this in ...
Jérem's user avatar
  • 23
0 votes
2 answers
121 views

I'm trying to make a button that plays the video when paused, and pauses when playing. I can make it pause, but I want the same button to play when paused. BONUS: How can I also make the text change ...
Shayl's user avatar
  • 17
3 votes
1 answer
64 views

i need help please for my project. I have to make 2 functions: For all lines, once checkbox is checked, i want to get value from input field to calculate sum (it's ok) For lines checked, while input ...
François Macchi's user avatar
0 votes
2 answers
119 views

What I'm doing is having the value of my <input> reflected in the value of the data attribute every time I click a button, to then copy the value with another button. Example: If I type "...
3Code's user avatar
  • 93
0 votes
1 answer
162 views

This sounds simple, but doesn't seem to work. There is an HTML5 page containing an <object> element, which references a PDF . <object data="/store/documentDraft.pdf#zoom=80&amp;view=...
Mm-Art-In's user avatar
  • 23.1k
1 vote
1 answer
68 views

I'm building a PHP page with multiple tabs (Termijnen, Mandaten, and Admin). Each tab's content is pre-rendered by PHP inside hidden <div> elements. I then inject the content into a visible ...
Joep Verhofstad's user avatar
0 votes
0 answers
44 views

I have a login form with a submit button to submit the form. it 'Fetches' a PHP page that sets some SESSION Variables and returns to the login screen. on completion I hide the Login Name and Password ...
Matt A's user avatar
  • 1
1 vote
1 answer
121 views

I have a table column 1 column 2 colum 3 [buttons] data data data [Button][Button][Button][Button] I then convert the HTML Table to a responsive datatable, with the buttons bound using a jQuery ...
Emma Harris's user avatar
-2 votes
1 answer
73 views

I have a form appearing in a popup, this loads in the content section of chart.js new Popup function. I'm utilizing the loadCallback as described in their documentation to set up actions based on ...
Angela Hornung's user avatar
1 vote
2 answers
89 views

I'm using bootstrap multiselect (https://github.com/davidstutz/bootstrap-multiselect - current version) in a form. On desktop it's working fine, but on mobile or if I use the Responsive Design Mode in ...
Philipp M's user avatar
  • 3,556
1 vote
2 answers
175 views

Trying by myself to .load() element from other html page. Here is my homepage.html <!DOCTYPE html> <html lang="fr" data-fr-scheme="system"> <head> <...
Edy's user avatar
  • 23
1 vote
3 answers
133 views

From this link I have a nice little animated svg bell. Move the mouse over the svg and the bell swings back and forth. All that's missing is some sound! Tried various tips from here, but I can't get ...
Pedroski's user avatar
  • 511
0 votes
0 answers
53 views

I am running into an issue with the kendo.ui.progress, sometimes when i run it i have to put all my code into a setTimeout so the progress will show...Is there another way that I can get it show ...
Chris's user avatar
  • 3,181
1 vote
2 answers
51 views

I have a tablesorter table with a column where each td contains a lot of html. I don't want the filter term to be tested against all of the contents of the td, i just want it to be tested against a ...
Max Williams's user avatar
0 votes
1 answer
102 views

I have a modal with elements that I want to return to a default state every time the modal is closed. Rather than worry about making sure I tell the openModal or closeModal functions to clear each ...
Nicholas Harrell's user avatar
0 votes
1 answer
107 views

I have been tasked with refactoring some legacy code that uses jQuery extensively. It would be nice to be able to do something like the following const previouslyMadeElementWithHandlers = /* already ...
James Cat's user avatar
  • 512
1 vote
0 answers
106 views

I am making an Image Viewer for my website for when on zoom and dragging the image, the image will be limited inside the window and will not show any empty spaces. The current code I have is expected ...
Siwakorn Palasert's user avatar
0 votes
1 answer
46 views

I've three selects The first shows product name. The list is generated by a mysqli_query <select id="product"> <option value="abc">ABC</option> <option ...
Marco Scarpa's user avatar
0 votes
1 answer
95 views

i've some <picture> balises in my website with several links inside them. In each <picture> balise, all these links are for the same img, my goal is to remove a specific string from all ...
michel spb2000's user avatar
0 votes
1 answer
223 views

I have a parent div whose height can vary based on window vertical resize. That parent div needs to employ overflow-y:scroll for sought functionality. The parent div contains 8 child divs of various ...
animDan's user avatar
  • 37
2 votes
2 answers
93 views

I'm using this part of code on my website and it works very well: $(document).ready(function() { setTimeout(function() { var scroll = $('.restaurant, .mention, .politique, .condition').offset()....
michel spb2000's user avatar
3 votes
1 answer
86 views

My script is supposed to fadeIn() a div when a slide of the carousel is "active". At the start, the first image is visible, le div slowly fades in. I manually move to any slide, but then the ...
OldPadawan's user avatar
  • 1,305
0 votes
0 answers
47 views

I'm setting a click function to open a tab but on click it scrolls the page down which I don't want to happen. How can I stop the scroll? $(window).bind("load", function() { if ($('.feefo-...
totneschap's user avatar
0 votes
0 answers
113 views

Question: I'm trying to extract specific values from an Excel file and format them into an HTML layout using jQuery. Here's what I'm aiming to achieve: Highlight course names Display video links as ...
I'm Geeker's user avatar
  • 4,657
3 votes
1 answer
136 views

I'm making angular web component to improve another component built on JEE application, but it broke with Jquery. I have made a minimal test to reproduce the error. <html> <head> <...
Albanninou's user avatar
-1 votes
2 answers
107 views

I'm trying to get this working, based on a YouTube video that credits a post on here. However, I've tried it exactly as shown on the video, along with numerous alterations in an attempt to make it ...
FoxEcho Charlie's user avatar
1 vote
1 answer
68 views

I'm having some trouble replacing an iframe on click. I'm still mostly awful at javascript so I'm pretty sure something within the script is the issue. Any help is appreciated! Sourced some code and ...
lakeland_'s user avatar
3 votes
1 answer
124 views

I have a carousel with multiple slides and a red border around the carousel. Each slide contains an image, followed by an hr tag and a caption. I want to remove the border after the hr tag and ...
newuser's user avatar
  • 627
0 votes
1 answer
86 views

I'm using a piece of code from W3Schools to make a large image have a magnifying glass effect when you hover over it: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_image_magnifier_glass ...
LauraNMS's user avatar
  • 2,936
2 votes
2 answers
191 views

It took a lot of trial and error to figure out how to do this so I figured I would post my own answer. That said, I'd prefer a vanilla JS userscript. I've only figured out how to get this working with ...
Daniel Kaplan's user avatar
-1 votes
2 answers
117 views

I am trying to upload an image to the server but the request will not end. In DevTools, the request shows as pending while, in the backend, php is continuously writing to an ever growing file until I ...
RisingSun's user avatar
  • 1,731
4 votes
1 answer
181 views

I updated chart.js from old 2.6 to latest 4.5 and managed to break a bunch of stuff. I fixed all except for two issues: Line chart that only shows dots and no lines. I know my dataset and labels (...
NoBullMan's user avatar
  • 2,252
0 votes
0 answers
70 views

I have an ASP.NET Core 8.0 MVC with controllers and API controllers. It has Razor pages which are loaded using MVC controllers. Pages then communicate with the portal using AJAX and a Web API. ...
Venugopal M's user avatar
  • 2,421

1
2 3 4 5
20697