Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
69 views

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
100 views

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
  • 173
0 votes
1 answer
54 views

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
76 views

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
123 views

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
192 views

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

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
338 views

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
43 views

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
77 views

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
157 views

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
  • 591
0 votes
0 answers
74 views

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

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
683 views

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
34 views

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,327
0 votes
1 answer
919 views

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 ...
Saba Kauser's user avatar
0 votes
1 answer
1k views

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 ...
Arjan_IO's user avatar
  • 175
0 votes
0 answers
82 views

plugins jquery smartmenu clashes with plugins jquery news striker. Can anyone provide a solution to this problem. i just started learning script src="{{ url('public/assets/js/jquery.smartmenus.js'...
Waldi Ahmad's user avatar
0 votes
2 answers
138 views

When I select a name from dropdown where it has an apostrophe Example: Brian O'Connar My JS code will bring Brian O and rest of the characters after apostrophe gets cuts. My Original JS code to load ...
Nilanshu Vishesh's user avatar
0 votes
1 answer
50 views

#Summary I'm using a carousel as a navigation. <div class="swiper-slide state1 swiper-slide-active">STATE 1</div> <div class="swiper-slide state2 ">STATE 2</...
user22039298's user avatar
0 votes
1 answer
53 views

The modal forms in our app all close and reload the parent form when you hit the enter key. Not really causing an issue but can get round that with the code below: $(document).ready(...
Derek Jee's user avatar
  • 153
2 votes
1 answer
321 views

I have the following code where I'm loading and updating the config dynamically $.holdReady(true); $.getScript("econfig",function(){ $.holdReady(false); }) This holdReady has been ...
navi's user avatar
  • 35
0 votes
1 answer
148 views

I have a question about how jquery widgets are bound to elements using the following syntax: $( "#myElement" ).datepicker(); I have created my own datetime picker but it is bound to the ...
user1643244's user avatar
0 votes
1 answer
291 views

I've been using a popular jQuery plugin for years and while reading about cyber security, which I'm certainly no expert but I'd like to learn how to write better code, I realised that this plugin and ...
Must Impress's user avatar
0 votes
1 answer
166 views

Say for example. If there is one option as "Eyes Nose", then I want to search the option with input as "Ey No". Select2 fails to suggest the option here. By default if we just ...
Paarth Pratim Mout's user avatar
0 votes
1 answer
116 views

I'm having a problem with this sample code. When I try to execute someFunc(), I get the error: Uncaught TypeError: $.twbsPagination is not a function. <html> <head> <script type='text/...
Stumpered's user avatar
0 votes
1 answer
589 views

I have my data residing in the Postgres Server in JSON format. The data is in the hundreds of thousands of rows. I wish to provide a link to the user to download the data in chunks ie. not all the ...
puneet's user avatar
  • 632
0 votes
1 answer
51 views

Hello i am developing a 5 star rating review by the radio button. this radio button doesn't work properly.I want to implement in the wordpress. Check the image. https://i.sstatic.net/UR5ED.png. This ...
Rashed khan's user avatar
1 vote
1 answer
117 views

I've a web app that builds a table from data it receives from an API. These data are a CSV string, which has its rows already sorted by the API using a couple of columns. Currently, I use the sortList ...
zakmck's user avatar
  • 3,104
0 votes
1 answer
55 views

I need open a modal on a page where JQuery UI dragSelect is implemented I want to stop dragSelect when the modal is visible when I click on modal items are selecting in the background. searched in the ...
Hardik Desai's user avatar
0 votes
0 answers
317 views

I tried to emulate the example provided by https://omnipotent.net/jquery.sparkline/#s-docs, since I want to work with JQuery Sparklines for a project. This is what my attempt displays I downloaded ...
ooz's user avatar
  • 13
0 votes
1 answer
134 views

I was having the same challenge and i found official select2 documentation very useful. I tried this$('#selectBox').append($('<option>').val(optionValue).text(optionText)) but it was auto ...
orups's user avatar
  • 109
0 votes
1 answer
100 views

I'm using Awesomplete plugin. <input class="awesomplete" list="mylist" /> <datalist id="mylist"> <option>One</option> <option&...
Saptam Dev's user avatar
1 vote
1 answer
358 views

On Static HTML, JS, and JQuery, their solution is working fine as documented https://jvectormap.com/maps/world/world/ but when I try to use WordPress and use wp_enqueue_scripts hook for the assets of ...
Farhan Mullick's user avatar
1 vote
1 answer
603 views

I have an bunch of draggable elements, that are absolutely positioned on an "artboard". Users can edit these elements, and also drag them. Most important thing that user can lasso-select or ...
mouetttxy's user avatar
0 votes
1 answer
38 views

In jQuery, I am using dialog for the user confirmation. But when I try to run this code shown here, it does not work as I want. If the user selects "yes", then after another function like ...
Vishal Patel's user avatar
0 votes
1 answer
103 views

for some reason it doesn't work, but I am sure that javascript file works, I tried to do everything as in this working example: How to include a jQuery plugin with <script> tag one thing that is ...
Erlandas's user avatar
0 votes
2 answers
421 views

I am using jQuery Validation Plugin to validate a phone number from an optional input field. Here is my form: <form id="input-form" action="" method="post"> <...
Samiul Lesum's user avatar
-1 votes
1 answer
577 views

We're in a need to select multiple dates with a time. Not a range, need to select random dates. But multiDatesPicker only selecting multiple dates alone without time. Checked some of the gems like ...
Siva Vijayan's user avatar
3 votes
1 answer
183 views

I am currently creating a JQuery Plugin that support data-attributes for defining options. I scoured the internet for sources on how to propery do it, but cannot find any. What I have done so far: ...
Xon Version4's user avatar
0 votes
0 answers
88 views

How can I call a function defined as JQuery plugin option parameter in my Base Script? Plugin $.fn.myPlugin = function(){ var config = $.extend({ read:function(){} }) config.read.call(this); ...
Raven's user avatar
  • 15
0 votes
1 answer
579 views

I'm rewriting some stuff which I created with jQuery to vanilla JS. I can't find vanilla JS equivalent for mapping my function to all elements with specified CSS class. For example I have function for ...
Earlgray's user avatar
  • 647
1 vote
1 answer
453 views

I'm a beginner at JavaScript/jQuery, and I am stuck trying to get this to work. I'm trying to use jQuery mailcheck plugin with the example provided in the readme. I attached the script to HTML file at ...
lolekv1's user avatar
  • 13
1 vote
1 answer
263 views

I have been looking for a solution that can help me to convert a single level html list into a multi level one. The HTML Code looks like this before the conversion: <ul> <li><a>...
Muzammil's user avatar
0 votes
1 answer
70 views

I am wondering about this case: Is it possible to do something like that? if word, for example co-worker is hyphen, jquery can take detect and take word and replace with class inside? Example: <...
Vladimir Kyatipov's user avatar
0 votes
0 answers
148 views

I am using the following plugin: https://easy-appointments.net/ It was working about a month ago. Now it is showing multiple errors. First it wouldn't find a bootstrap.css.map file in the plugin ...
George Iskef's user avatar
1 vote
1 answer
279 views

Hello there I know this has been anwsered many times before, but none of the anwsers help me am trying to load a jquery plugin to bypass cors during development <html> <head> <...
LimetaPeta's user avatar
0 votes
1 answer
326 views

I have few select fields generated in the HTML using a loop as below: <isloop items="${pdict.phoneData}" var="phone" status="loopState"> <select required ...
Prashanth's user avatar
  • 1,305
0 votes
1 answer
56 views

I have the following form: <form id="form-email" class="ps-4 contact-form" autocomplete="off"> <div class="row"> <div class=&...
Cohiba's user avatar
  • 23
1 vote
0 answers
69 views

When using the JQuery easing plugin, it seems to not work on google chrome or Microsoft edge, while it works perfectly on safari. It is supposed to scroll down on page load with a really nice easing ...
bulletChicken070's user avatar

1
2 3 4 5
260