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 votes
1 answer
528 views

Problem while time needed in a multi select date picker

We're in a need to select multiple dates with a time. Not a range, need to select random dates. But multiDatesPicker only selecting multiple dates alone without time. Checked some of the gems like ...
Siva Vijayan's user avatar
3 votes
1 answer
137 views

How to properly author or create a JQuery plugin that supports HTML data-*attributes?

I am currently creating a JQuery Plugin that support data-attributes for defining options. I scoured the internet for sources on how to propery do it, but cannot find any. What I have done so far: ...
Xon Version4's user avatar
0 votes
0 answers
79 views

How to access or call a function defined as one of Jquery Plugin option parameter?

How can I call a function defined as JQuery plugin option parameter in my Base Script? Plugin $.fn.myPlugin = function(){ var config = $.extend({ read:function(){} }) config.read.call(this); ...
Raven's user avatar
  • 15
0 votes
1 answer
483 views

How to map function on each element with css class in javascript

I'm rewriting some stuff which I created with jQuery to vanilla JS. I can't find vanilla JS equivalent for mapping my function to all elements with specified CSS class. For example I have function for ...
Earlgray's user avatar
  • 647
1 vote
1 answer
394 views

How to include a jQuery plugin with <script> tag

I'm a beginner at JavaScript/jQuery, and I am stuck trying to get this to work. I'm trying to use jQuery mailcheck plugin with the example provided in the readme. I attached the script to HTML file at ...
lolekv1's user avatar
  • 13
1 vote
1 answer
234 views

Convert a simple unordered list into a nested list depending on the content of its list items

I have been looking for a solution that can help me to convert a single level html list into a multi level one. The HTML Code looks like this before the conversion: <ul> <li><a>...
Muzammil's user avatar
0 votes
1 answer
61 views

Solution for hyphen word [duplicate]

I am wondering about this case: Is it possible to do something like that? if word, for example co-worker is hyphen, jquery can take detect and take word and replace with class inside? Example: <...
Vladimir Kyatipov's user avatar
0 votes
0 answers
113 views

JavaScript errors with Easy Appointments plugin, any suggestions?

I am using the following plugin: https://easy-appointments.net/ It was working about a month ago. Now it is showing multiple errors. First it wouldn't find a bootstrap.css.map file in the plugin ...
George Iskef's user avatar
1 vote
1 answer
227 views

Custom jquery plugin: '$.myPlugin()' is not a function

Hello there I know this has been anwsered many times before, but none of the anwsers help me am trying to load a jquery plugin to bypass cors during development <html> <head> <...
LimetaPeta's user avatar
0 votes
1 answer
214 views

Select 2 - Unable to select previously selected options

I have few select fields generated in the HTML using a loop as below: <isloop items="${pdict.phoneData}" var="phone" status="loopState"> <select required ...
Prashanth's user avatar
  • 1,275
0 votes
1 answer
52 views

How to remove the box-shadow from the Jquery validator error message?

I have the following form: <form id="form-email" class="ps-4 contact-form" autocomplete="off"> <div class="row"> <div class=&...
Cohiba's user avatar
  • 23
1 vote
0 answers
58 views

JQuery easing not working on google chrome

When using the JQuery easing plugin, it seems to not work on google chrome or Microsoft edge, while it works perfectly on safari. It is supposed to scroll down on page load with a really nice easing ...
bulletChicken070's user avatar
1 vote
1 answer
77 views

Jquery / javascript error to get live result in my project

Currently I am working in a Bitcoin live price project with jquery. Now I need to develop a live price difference percentage change calculator. Calculator is working fine. But not working ...
Vivek Vivi's user avatar
0 votes
1 answer
84 views

Change the position of text of table body except the action buttons in it?

This is my table UI, I want that the text in it comes at the left of the column but the buttons present in "Action" column also getting effect, I want that only text will come at the right ...
Rack Sonn's user avatar
-1 votes
1 answer
299 views

I am trying to make a jQuery modal popup dialogue

I am trying to make a jQuery hover modal popup window for my new project (not tooltip.) Unfortunately it is not working. Please check this Codepen link https://codepen.io/coderco/pen/MWGgqop. I am ...
Vivek Vivi's user avatar

15 30 50 per page