Most voted "jquery-plugins" questions
25 questions
Sort by count of
-
10
votes1
answer50008
viewsMasks with jQuery: Phone, CPF and CNPJ
I need to create some masks for CPF, CNPJ and phone. The problem is that I have never used jQuery and have never done any of this before. I would like someone to help me because I searched some…
-
8
votes1
answer856
viewsWhat is the correct way to declare an asmx Webmethod in C# to receive POST requests with parameters?
I’m trying to set up a file upload process for a web service done on c# .asmx, but I am not able to manipulate the sending of parameters through the method POST. This is the webMethod I created:…
-
6
votes4
answers1343
viewsPlugin bootstrap-material-datetimepicker disable days of the week
I’m using the Timepicker plugin called bootstrap-material-datetimepicker: (https://github.com/T00rk/bootstrap-material-datetimepicker). I’d like to be able to shut down some days of the week, or…
-
4
votes1
answer792
viewsChained Select: how to select Brazilian municipalities in a JSON file from the state select
EDITION In case, in the future, someone needs the jQuery version. Here is the code: //select encadeado com JSON $('#uf').on('change', function () { var estado = $(this).val(), cidade =…
-
3
votes1
answer524
viewsCall function without needing to instantiate the plugin again
I’m doing a drag and drop plugin with a colleague, but we’re having a problem. When we instantiate the plugin it runs normally, but if we want to call some function of this plugin in the variable in…
-
3
votes2
answers113
viewsHow to prevent a plugin from conflicting?
I’m writing a plugin for tables called easyTable. After understanding the basic workings of a plugin and how it can perform a chaining li in the documentation that to avoid conflict it should look…
-
2
votes2
answers60
viewsAdd methods to plugin namespace without selector
I am creating a plugin in js and need to add some methods to this plugin. This is the basis of the plugin so far: (function ($) { function jarbas(params) { ... } $.fn.jarbas = function (params) { //…
-
2
votes1
answer261
viewsjQuery UI autocomplete only works once
I am working on a functionality of a Rails application where we use a Gem call Best in Place, which provides the possibility of inline editing of model attributes. But there was a need to use jQuery…
javascript jquery ruby-on-rails jquery-ui jquery-pluginsasked 8 years, 12 months ago Pedro Vinícius 1,870 -
2
votes1
answer94
viewsHow to implement jQuery Filer Plugin?
I’m trying to implement a component for uploading images with thumbnails, and I’ve spent a lot of time looking for one that suits my needs. After a day of searching I found jQuery Filer. Anyway, I’m…
-
1
votes2
answers8101
viewsmask accepting numbers and , with jQuery Mask Plugin
People wanted to know how to create a mask in jQuery Mask Plugin so that the input accepts only numbers and comma. To accept only number I’m doing so: $('#valor').mask('#', { reverse: true });…
-
1
votes1
answer35
viewsCodemirror does not display first in a modal
Guys I am creating a standard model for reading XML and to facilitate the life of the system users, I am displaying a default model example in a modal with codemirror, however, it does not display…
-
1
votes2
answers1348
viewsCreate an image with dynamic text overlay and send by email
I needed to create a system that allows me to have 2 or 3 images to choose and in these images it is possible to insert a text written by the user and that can be sent by email with the image in the…
php jquery wordpress jquery-plugins wordpress-pluginasked 8 years, 4 months ago Laranja Mecânica 499 -
1
votes1
answer162
viewsCustomization of Jquery Custombox
Fala galera, I found a very good plugin for lightbox that works with the modal windows of Bootstrap 3. Documentation is limited and can be found at http://dixso.github.io/custombox/ What I need is…
-
1
votes1
answer1183
viewsHow to create Pattern (input mask) with jQuery Validation Plugin?
I need to create a input mask (Pattern) for the type CPF 000.000.000-00 and to CNPJ 00.000.000/0000-00 through the plugin jQuery Validation. What would be the regex to be creating this validation?…
-
1
votes0
answers139
viewsZoom does not happen correctly when loading Elevatezoom page
When I open the page with the plugin elevateZoom (plugin to zoom image by passing the mouse) it normally displays the images according to what it has to be, but the problem starts when I hover the…
-
1
votes0
answers142
viewsBubble cloud - jquery component/plugin
Car@s, I need a jquery plugin/add-on to make a Bubble cloud like this. Suggestions? Thanks.…
-
0
votes0
answers214
viewsPlugin to organize events in calendar form
Is there a preference plugin (Html5 css3) for organizing events? , I need to show every day of the month in an organized way, I would like to inform the public the days that are already busy, and…
jquery-pluginsasked 9 years, 9 months ago mrlucasrib 641 -
0
votes0
answers89
viewsDoubt in Jquery Filer plugin
I’m trying to use this very cool upload plugin I found, Jquery Filer 1 I just can’t seem to do two things on it. See if you can help me. 1- When I click the recycle bin button in the thumbnails of…
-
0
votes0
answers129
viewsDatepicker with multiple dates dragging the mouse
Someone knows a plugin that works together with Datepicker (jqueryui), where I can select several dates, drag the mouse with the button clicked on the calendar and select as many dates as you want,…
-
0
votes2
answers214
viewsUPLOADIFY plugin does not send MP3
Personal use the plugin UPLOADIFY to send files, but I just discovered that it is not sending when the file has the extension . MP3. If I give a var_dump($_FILES) it comes back empty to me when it…
jquery-pluginsasked 9 years, 7 months ago Joao Nivaldo 1,229 -
0
votes1
answer925
viewsproblems with jQuery-Mask-Plugin
Guys I am using the jQuery-Mask-Plugin to create masks in the value fields, I liked it because it is very simple. The problem is when I try to add a negative value it does not accept -. But I…
-
0
votes1
answer14
viewsDatatables eliminate Ordering in a column
Can anyone tell me if it’s possible to eliminate Ordering in a column on Datatables? And that the column in question is to put buttons and it is not very logical to have an Ordering. Thank you…
jquery-pluginsasked 8 years, 7 months ago MANIAMAX 653 -
0
votes2
answers601
viewsScript for side menu
Does anyone know a script for making a responsive side menu that looks like the one on Badoo?? When you are viewing the site on a device with large screen the menu appears with all the options and…
-
0
votes0
answers36
viewsMixitup does not display elements
Goodnight, I’ve been trying to use the Mixitup plugin to modify the Thumbs of an image gallery, however, the images are always not shown (as initially the plugin asks), I can’t identify what the…
-
0
votes0
answers19
viewsDoes Jquery not work within a function of the Unite Gallery plugin?
I’m using the plugin Unite Gallery when click the button, open a lightbox and show a video. Follows the HTML <button type="button" class="btn custom-btn-modal"…