Skip to main content

All Questions

Tagged with
-3 votes
0 answers
58 views

Software connection of the CryptoPro plugin installed in the browser, Javascript (jQuery)

I recently installed the CryptoPro plugin in my browser and would like to connect it programmatically in my Javascript (jQuery) code. As a result, my Javascript code must be inserted into the PHP code ...
Mikhail1's user avatar
0 votes
0 answers
16 views

Problem with my table head alineation caused by DataTables jquery plugin

I am not sure if I am repeating the question if yes guide to the right place :) I am using Datatable and trying to implement Horizontal Scrolling from this link https://datatables.net/examples/...
Ángela's user avatar
-1 votes
1 answer
31 views

Looking for a jQuery plugin for home page main banner

Of course, I am not asking this question to get coding help. Look at the banner of this site. The client is requesting such a banner for one of my new project. jquery is used for the project, so does ...
user3733831's user avatar
  • 2,940
0 votes
1 answer
77 views

How can I search description in Awesomplete?

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

Need Alternate Approach Instead of `arguments.callee` in jQuery Plugin

With `arguments.callee deprecated I would like to find al alternative approach to extend a jQuery plugin I created to execute one of its built in methods from the outside. My sample jQuery plugin: (...
iChido's user avatar
  • 4,444
0 votes
0 answers
80 views

Cordova Media plugin pause

I have a cordova plugin for playing media but it doesn't work when I pause it. any help would be nice. function onDeviceReady() { console.log('Devive is ready!'); $('#button').click(function (...
Nathan's user avatar
  • 1
0 votes
0 answers
568 views

how to render angular application in asp.net mvc application with out iframe?

i would like to know if we can show an angular component inside a div of another application which can be asp.net MVC so that this feels like one single application. One way i found is to show the ...
shahabas sageer's user avatar
0 votes
1 answer
742 views

How to play/pause video depending on visibility with jQuery

I want one or more videos to play/pause depending on whether or not they're in the viewport. I understand this can be achieved with jQuery (and plugins), so I've tried using the isInViewport plugin ...
5am's user avatar
  • 141
0 votes
1 answer
22 views

Get element of chaining in jquery to use in $.fn.{FunctionName}

I am creating a pluging based in Jquery and Bootrap (Laste Versions), that is call by this method/code: $(document).find('.calendar-plug-bs').each(function(index, el) { //$(this).plgCalendar("...
user avatar
0 votes
1 answer
844 views

jQuery plugin template with public and private methods

I'm using next jQuery plugin implementation for defining my plugins. I'm been using javascript for several years now, but javascript has so many surprises. <!DOCTYPE html> <html> <...
broadband's user avatar
  • 3,416
0 votes
1 answer
80 views

Sorting table with JS plugin causes bug

I've a problem with a sorting JS plugin for my tables. It's named "Sortable". I've did everything described in the documentation to setup everything. The sorting works but there is an issue with dates ...
Mr. Jo's user avatar
  • 5,162
0 votes
1 answer
641 views

Maven “shaded” plugin does not create shadedClassifierName file in the traget directory

I just added <pluginManagement> tag to my pom after that when i build, maven does not create shadedClassifierName jar file "paria-java-1.0.73-SNAPSHOTjar-with-dependencies.jar" in the target ...
itro's user avatar
  • 7,198
-1 votes
1 answer
194 views

jquery plugin - asRange / I want to vertical bar

I want to vertical bar... but this option not working what i worte --> $(".range-example-5").asRange({ step: 0.1, range: false, min: 0, max: 10, direction:'v'}); from api.. 'direction' is an ...
Gwon  Boram's user avatar
0 votes
1 answer
51 views

Hiding fields a form in via CSS

So I am trying to hide some of the fields in a form. The input type="" section is fairly easy to hide via ID, however I can't get around to how can I edit the label class. I did try the :nth-child() ...
Acie_88's user avatar
0 votes
0 answers
198 views

Date Picker with the option to select All?

I'm wondering if there is a datepicker plug-in which has the option to be able to select All Dates. Appreciate the help in advance.
Gervin Sean Miranda's user avatar

15 30 50 per page
1
2 3 4 5
21