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.

3,354 questions with no upvoted or accepted answers
16 votes
1 answer
2k views

progress callback always shows 100% upload in jquery-file-upload plugin

I want to implement a progress bar for the blueimp jquery-file-upload plugin but the progress callback is only fired once immediately after the upload begins and data.loaded == data.total. <input ...
Chris's user avatar
  • 1,101
7 votes
1 answer
474 views

jQuery plugins: apply mCustomScrollbar to SCEditor

How can I apply mCustomScrollbar to SCEditor? This is what I've tried so far: HTML <button id="btnScrollBar">Apply scrollbar</button> <textarea id="editor"></textarea> JS $...
Matías Cánepa's user avatar
6 votes
1 answer
1k views

Anybody Know of any jQuery Mask Plugin that works with MVC Unobtrusive Validation?

I've always used the following mask input plugin in my ASP.Net applications: http://digitalbush.com/projects/masked-input-plugin/ Unfortunately, this doesn't play well with MVC unobtrusive ...
Jason Butera's user avatar
  • 2,408
6 votes
2 answers
4k views

Multi-line text-overflow:ellipsis in CSS or JS, with img tags

I tried using : text-overflow ellipsis feature in CSS3 (but doesn't support multi-line) several jquery plugins like dotdotdot (http://dotdotdot.frebsite.nl/) jquery autoellipsis (http://pvdspek....
jben's user avatar
  • 61
6 votes
0 answers
6k views

alphabet navigation with paging in jquery

I need to do alphabet navigation with paging for my grid/table in asp.net mvc(C#) application. I am looking for something similar to jquery ListNav The above plugin is good in doing alphabet ...
Prasad's user avatar
  • 59.3k
5 votes
0 answers
355 views

using jquery and sticky-kit in gatsby/react

i found a post here showing me how to use jquery with gatsby and that works fine. Now my main problem is using sticky kit, a jquery plugin and i am getting the error "$(...).stick_in_parent is ...
user avatar
5 votes
2 answers
933 views

Checking to see if a plugin has been initialized in jQuery?

I'm using the select2 jQuery plugin (V4) and from what I can see they don't have an onInitialized event; but I need to run some code after it has been initialized. By Initialized I mean that it has ...
Brett's user avatar
  • 20k
5 votes
1 answer
5k views

Footable Filter on Specific Column

So far I'm loving Footable! I have followed the sorting and filtering demo and it is working on my local system. (Footable Demos) One thing that I have come across is: When using a dropdown to ...
Jeff's user avatar
  • 2,738
5 votes
1 answer
830 views

jQuery jScrollPane Plugin IE 8 scroll is very slow with large data/content

jQuery jScrollPane Plugin in IE 8 scroll is loading and scrolling very slowly. It was same in IE 9 also, but since i have applied the fix mentioned in jScrollPane causes slow script warning it is ...
user1654525's user avatar
5 votes
2 answers
678 views

How do you use RequireJS in a .NET application?

I have the following folder structure: ->custom charts ...JS files enhance ...JS files general ...JS files ->lib jquery jquery.ui jquery-1.7.2.js requirejs-1.0.7.js order.js I have a .NET ...
quinton's user avatar
  • 441
5 votes
1 answer
7k views

jQuery validate dynamic percentage field

I'm using the jQuery validate plugin. I'm trying to calculate the sum of all inputs fields using the class .percent. If the sum of the .percent fields isn't equal to 100%, throw validation error. The ...
Code Junkie's user avatar
  • 7,730
4 votes
0 answers
1k views

how to create and add plugin in vue ckeditor?

I am using vue ckeditor. Mycustom plugin file: MyCustomPlugin.js class MyCustomPlugin extends Plugin { init() { const editor = this.editor; editor.ui.componentFactory.add( '...
Neha's user avatar
  • 2,211
4 votes
0 answers
3k views

Summernote File Upload

I am using summernote as html editor. I want to upload file to my server and return guid of saved file in my system. I wrote second part of this, Problem is that how i can add module with modal. (...
user avatar
4 votes
0 answers
1k views

Owl Carousel 2 touchDrag by same number as slideBy possible?

I'm using Owl Carousel 2 to display some images for a lookbook. On small screens I show only 1 image at a time. When more screen space is available I display 2 images at a time, think of it like a ...
pastel's user avatar
  • 41
4 votes
1 answer
5k views

CSS for 'Slick' Carousel jQuery plugin not affecting my DOM, despite being loaded

I am using this jQuery plugin https://github.com/kenwheeler/slick, and the JS is working, but the DOM is not reflecting the CSS. The CSS, however, is loaded, because when I go into the dev tools and ...
jackerman09's user avatar
  • 2,602

15 30 50 per page
1
2 3 4 5
224