Skip to main content

Questions tagged [jquery-plugins]

Custom add-ons and plugins for the jQuery library. jQuery functions and features not included in the standard jQuery library.

0 votes
0 answers
39 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
78 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
  • 515
0 votes
0 answers
57 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
403 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
0 votes
0 answers
45 views

How to export a word document in landscape format with jquery word export?

Im trying to export a word document in landscapte format due to i have a table with 10 columns and they don fit well, so i want to change the orientation of the page of the word document. i tried with ...
Luis Vargas's user avatar
-1 votes
1 answer
24 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,144
0 votes
1 answer
538 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 ...
Saba Kauser's user avatar
0 votes
1 answer
718 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 ...
Arjan_IO's user avatar
  • 175
0 votes
0 answers
57 views

jquery plugin smartmenus-1.2.1 and jQuery-News-Ticker-master plugins crash

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

How to escape the apostrophe in javascript

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

Show different element if the the class has the class active

#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
44 views

jquery.typeahead matched result causes modal for to close and parent to reload on hitting the enter key

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
  • 147
2 votes
1 answer
204 views

$.holdReady(hold) is deprecated what is the replacement for it

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
  • 25
0 votes
1 answer
63 views

How are JQuery widgets bound to DOM elements?

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

15 30 50 per page