Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
-1 votes
1 answer
65 views

Issue with Switching and Adding Classes to Elements on Mouse Click

I'm encountering a problem while trying to switch and add classes to elements when a mouse click event occurs. Likewise I have multiple "li" elements. I want to add "class = subdrop ...
VIVEK ROBIN KUJUR's user avatar
0 votes
1 answer
78 views

How to define jQuery globally in Vaadin 23/24, so I can use jQuery Plugins?

In Vaadin 14 it was possible to integrate jQuery Plugins like so: @JsModule("./src/jquery-loader.js") @JsModule("./src/myplugin-loader.js") In jquery-loader.js something like: ...
ulim's user avatar
  • 183
0 votes
1 answer
38 views

jqGrid - Show Page Numbers In Export To PDF

I'm using Guriddo jqGrid JS-v5.8.2 with pdfmake 0.2.7 I can print the jqGrid to PDF, but I want the print out to show page numbers in the footer for example. Here's what I have $("#...
Beachdog's user avatar
  • 174
0 votes
2 answers
60 views

LoadingOverlay iterate many overlays and hide programmatically

I'm working with this libraray https://gasparesganga.com/labs/jquery-loading-overlay/ Example: To show an overlay for an element: $("body").LoadingOverlay("show", {}); Example: To ...
cmill's user avatar
  • 901
1 vote
0 answers
118 views

Multi-select Filter Checkbox with dynamic array values

https://github.com/andreww1011/filter-multi-select (Github) https://www.jqueryscript.net/form/multi-select-filter-checkbox.html I have been trying to replicate the above Multi-select Filter Checkbox ...
CypherBee's user avatar
-1 votes
1 answer
169 views

jQuery Ripples Effect Not Displaying

Using the Jquery Ripple effect library, i'm trying to apply the given effect as a CSS class element. I'm using a WordPress development environment, and I have added my function run (functions.php) but ...
SavPhill's user avatar
  • 655
0 votes
0 answers
34 views

how to redirect to when duplicate window open in any web browser ? how to do this requirement like whats app web?

In my project from Dashboard, end-users opened webpage links multiple times by mistake. how do redirect when the duplicate window opens in any web browser? how to do this requirement like whats app ...
Sampathkumar's user avatar
0 votes
1 answer
311 views

Assigning video url to the <video> tag dynamically on the fly

I need to assign the video url to the <video> tag on the fly, expecting the video to show in the player, also on the fly: I have this: <script> jQuery( '#the-video' ).children( 'source' )....
karlosuccess's user avatar
0 votes
0 answers
42 views

Create Multiple events on same time on each day/date between different start and end date [duplicate]

I'm using Fullcalendar,I have to create an event on same time between start and end date. Here my start and end dates are different but I have to create event on each day/date between start and end ...
MR. OMKAR NIPANE's user avatar
0 votes
0 answers
67 views

system round robin using jquery bracket stage group

I need your help to show me any guide or tutorial for generationg round robin tournement exactly like world cup I need to have 8 groupe and system first win VS second win from other groupes also any ...
NoGodButAllah's user avatar
0 votes
2 answers
136 views

Change Specific Column Header Background Colors of jqGrid Table

I have looked at the following post, but have not been able to get it to work for me: jqGrid change background color of specific column headers I have tried the following css entries, but none of them ...
FlyFish's user avatar
  • 589
0 votes
0 answers
72 views

How to get a custom grid param in jqGrid jQuery?

net web forms project and I get data with this format from my ashx.cs http handler file (server side) : {"total":1,"page":1,"records":10,"userData":{"...
PEDRAM POURHAKIM's user avatar
0 votes
0 answers
35 views

Setting request_locale change format variable Date in Struts 2 [duplicate]

I have a web app with Struts 2.5.30 and struts2-jquery-plugin 4.0.3 , I'm using datepicker with displayFormat="dd/mm/yy" and when user change language with a click on flag image the param ...
Giuseppe Coniglio's user avatar
-1 votes
1 answer
657 views

Post method doesn’t work in ASP.NET Core Razor pages

I'm trying to submit my form to the database, but when I click on confirm button, I get this error: . This is my form: enter image description here This is my index class: enter image description here ...
melika's user avatar
  • 1
-1 votes
1 answer
31 views

buttons 2.4.1 css differs between standalone and builder package

When I don't download the standalone version of the buttons css then the layout is broken: I am using the DataTables download builder which creates this long css link: <link href="https://...
Peter VARGA's user avatar
  • 5,227

15 30 50 per page
1
2 3 4 5
866