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.

jquery-plugins
1 vote
0 answers
244 views

How to keep element centered while using jQuery UI resizable?

As you can see from the code below, the first "img" element is not centered because it uses jQuery UI resizable. <!DOCTYPE html> <script src="https://code.jquery.com/jquery-3.6....
user4589's user avatar
0 votes
0 answers
87 views

Datatable Individual column searching select option is not sorted

The select option is not sorted in ascending order, How to sort it as number not as string please see the attached image initComplete: function() { this.api().columns([0, 1, 2, 3, 4]).every(...
Mr Anonymous's user avatar
0 votes
1 answer
125 views

How to make a Start and end time picker one field only, using JQuery

Like that, and how to create start and end time picker like datetime picker popup. sorry for bad english maybe like this
Rizkiramadhani's user avatar
-1 votes
1 answer
223 views

I'm trying to add the following scripts to the head of a website but it gives me 404 error

My code below is how I add the jquery-3.5.1.min.js to the head of the website along with embeddedCPC.js var scriptOne = document.createElement("script"); var scriptTwo = document....
Ozge Cokyasar's user avatar
0 votes
1 answer
227 views

Undo the last click on button using JQuery

I have a code like this - <button class="btn">New York</button> <button class="btn">Amsterdam</button> <button class="btn">New Jersey</...
Ritik's user avatar
  • 11
0 votes
1 answer
80 views

How to return Boolean from jQuery plugin to html?

I am currently working on a password strength meter that provides real-time update to the user via onkeyfocus event. I have decided to use https://github.com/elationbase/jquery.passwordRequirements ...
stranger's user avatar
  • 164
0 votes
0 answers
268 views

How do I change the "This field is required" validation message Jquery

i'm trying to customize the error messages that pop up when a form field isn't valid, however, all that is showing up is "This field is required", but i included a messages block in my code ...
Ray's user avatar
  • 1
0 votes
1 answer
46 views

How can I display images of different sizes in this way? And is there jquery plugins to do that

How can I display images of different sizes in this way? And is there jquery plugins to do that? https://i.sstatic.net/ELll7.png I noticed from inspect that he manipulates top and left properties and ...
Mahmoud Shaaban's user avatar
0 votes
1 answer
183 views

Regex simple phone validation with JQuery-validation plugin

I have a simple contact form. I need a specific regex expression for the phone number. User can type between 5-15 characters. Space, -, + and digits are allowed. I have used the below pattern but it ...
Balalayka's user avatar
  • 347
0 votes
1 answer
2k views

Change Revolution Slider's height for mobile devices through initialization

Please refer to the top hero section on this page for the example of Revolution Slider. It's initialization code in this javascript file is: function dz_rev_slider_5(){ if(dzQuery("#...
Ian Y.'s user avatar
  • 2,377
1 vote
1 answer
367 views

jQuery Slick Slider - input request and form validate

I have a small question. Is it possible to use slick for multi step form. I have 5 stages for input and radio, checkboxing. I can't understand the logic of transferring to the next slide. How to re-...
chatgpt kill stackoverflow's user avatar
0 votes
1 answer
386 views

Is it possible to hide a jQuery-contextMenu separator?

I am using jquery-contextmenu in my application. I have a use case where I set visible false to items in context-menu based on some logic, now I want to hide the unnecessary separator above it . I ...
jm1992's user avatar
  • 5
0 votes
2 answers
405 views

How can I Inject jQuery tooltip code into React via NPM or Hook?

jQuery code is injected in the root file of React project and now it needs to use via the NPM package. can anyone help me or give any suggestions? <script> $(document).ready(function() { $(...
Alpesh's user avatar
  • 19
2 votes
0 answers
575 views

Toast ui image editor add new custom icons to the icon tab

I want to add custom icons in icon tab how can i do. currently only 9 icon available but i want to add more than 9 icons in the icon tab in default list don't want to add by clicking on custom icon ...
jignesh's user avatar
  • 53
0 votes
1 answer
192 views

Code to automatically generate meta tags in wordpress is not working properly

I need to automatically generate meta tags from content in wordpress, the problem is that the code that I found on many blogs while searching either uses $des_post = str_replace( array( "\\n"...
user832's user avatar
  • 11

15 30 50 per page
1
3 4
5
6 7
870