1,034,812 questions
-1
votes
0
answers
37
views
Iframes positioning [closed]
I am currently adapting a site to mobile design. The left navigation bar is separated from the rest of the page with an iFrame. I want to show and hide the left navigation bar with a button – this ...
0
votes
1
answer
39
views
Wordpress Chauffeur Plugin Issue [closed]
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 ...
0
votes
1
answer
40
views
Kendo MultiColumnComboBox select event sometimes not triggered after item selection
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 ...
0
votes
2
answers
66
views
Issue with select2 and option group
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 : ...
1
vote
1
answer
71
views
jquery each function works just on first item
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, ...
Advice
0
votes
2
replies
42
views
Is it possible to use the dataset content values in my script?
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 ...
Tooling
0
votes
3
replies
63
views
laravel real time communication
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 ...
0
votes
1
answer
46
views
Using Jquery how do I find an element by id using a regular expression
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 ?>&...
3
votes
1
answer
109
views
clicking a button with JavaScript using a class and anchor text, rather than ID
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-...
1
vote
1
answer
97
views
Changing input from checkbox to button
I have a jsp file which results in this HTML:
<form id="paymentForm" action="submit_payment.form" method="post">
<div class="notvalid">
</...
-1
votes
0
answers
27
views
Print excel/pdf in jqgrid-php from an abstact grid
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 ...
9
votes
1
answer
759
views
Calculating distance to animate elements at the same speed
This is as much a math question as it is a coding question.
Picture this scenario:
___________________
| |
(#1) | Center ...
1
vote
2
answers
89
views
How can I sync row order across multiple Data-tables without triggering infinite re-sorting?
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 ...
1
vote
1
answer
68
views
Trying to remove an item from a kendo combobox datasource in a for loop not working
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 (!...
2
votes
2
answers
110
views
Multiple selectors using variables for the selectors
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 ...