All Questions
Tagged with jquery-plugins jquery
11,095 questions
0
votes
1
answer
59
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:
...
0
votes
0
answers
55
views
Jquery Multi-select ComboTree plugin: how to insert selected count label
I'm using the Jquery Multi-select comboTree plugin and i would like to insert a selected elements count label inside combobox, but i'm not find a correct way to do this. I'm follow up the plugin ...
0
votes
0
answers
22
views
Problem with my table head alineation caused by DataTables jquery plugin
I am not sure if I am repeating the question if yes guide to the right place :)
I am using Datatable and trying to implement Horizontal Scrolling from this link
https://datatables.net/examples/...
0
votes
2
answers
53
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 ...
1
vote
0
answers
116
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 ...
-1
votes
1
answer
156
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 ...
0
votes
0
answers
33
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 ...
0
votes
1
answer
285
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' )....
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 ...
0
votes
0
answers
66
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 ...
0
votes
2
answers
125
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 ...
0
votes
0
answers
71
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":{"...
-1
votes
1
answer
30
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://...
0
votes
1
answer
848
views
Does jquery 3.6.1 support jquery-validation 1.19.5?
The project that I am working on uses jquery version 3.6.1 and jquery-validate version 1.15.0 along with jquery-validate-unobtrusive version 3.2.11 .
I want to update my jquery-validate version as its ...
0
votes
1
answer
1k
views
Update data in 'breaking news ticker'
Info:
I have a site for the local sportsclub that is showing the latest news. I have used an example code called 'Breaking News Ticker' as can be found here (example 4). Works great.
Problem:
I want ...