jquery-plugin
Here are 2,246 public repositories matching this topic...
index.d.ts:L209 says in export interface ICalendarInfo.id is a string.
https://nhn.github.io/tui.calendar/latest/CalendarProps says for Typedef CalendarProps, that id is a string or a number.
Providing that CalendarProps and ICalendarInfo are the same, adjust the ID to have the same type on both places (preferably strin
-
Updated
Dec 14, 2019 - JavaScript
Typescript Defs: https://microsoft.github.io/TypeSearch/
I would love to use this, but we need TypeScript definitions to use this in our Vue.js app. Please consider thi
If the suffix contains a dot, entering the fractional part becomes problematic.
I have two reproduction cases.
new Inputmask({
alias: "decimal",
suffix: ' x.'
}Steps: Try entering a non-integer number, e.g. 10.99
Expected: You can enter it, the masked value is "10.99 x."
Actual: "1099 x."
[**Case 2
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
For example,
Mozilla/5.0 (Linux; Android 7.1.2; Nexus 5X Build/N2G47W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36
Should display Chrome Mobile as the browser, not Chrome
Same for Firefox & Firefox Mobile.
In the docs examples
https://igorescobar.github.io/jQuery-Mask-Plugin/
//*[@id = 'placeholder'] returns multiple results
The only reason I noticed is that I use it for automated tests that were checking compatibility.
-
Updated
Feb 1, 2020 - HTML
Describe the bug
A "select" header filt
Hi,
just a note about the documentation example Simulate single selections using checkboxes. The code in the example doesn't correspond to the real code.
Please, can you update your documentation ?
This doesn't work :
$('#example-simulate-single').multiselect({
on: {
change: function(option, checked) {
I can see the arrows but nothing happens if I drag it... The image gets highlighted
Using Chrome: Latest Version
MacBook Air 13in screen
Hope you can fix this soon!!!
Stay safe
On WebKit/Blink, a search input field (type="search") will show an "x" that clears the input.
Clicking this X when not the input field was not previously in focus triggers the datetimepicker popup, as you can see in this linked GIF, generated from JSFiddle.
The troubleshooting documentation explaining the issues with the google ads is ambiguous or incorrect.
The HTML code uses a CSS class of my-sticky-element:
< div class="sticky-parent"> < div class="sticky-spacer"> < div class="my-sticky-element">Hello world</div> </ div> .. the rest of the page ... </ div>
Ho
-
Updated
Dec 10, 2017 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
On video modals, at various screen sizes the div.modaal-video-wrap is wider than the actual video. Screenshot below:
Clicks on that extra space won't close the modal since the event listener is [listening for a click on div.modaal-inner-wrapper](https://github.com/humaan/Modaal/bl
I'm using fancytree and have all kinds of issues due to lack of any documentation for typescript.
1st. Extensions
I want to attach filtering capabilities to my tree
This is my html structure.
<%-- Search Tree --%>
<input id="lables_website_tree_search"
name="search"
placeholder="Serach..."
onkeyup="require(['websitesMapCompone
Mention polyfill false needs to be set, to use this plugin in the browsers that support range element. This information is somewhere inside as a comment, and using it in modern browsers results in the native range element which is confusing.
in article https://swisnl.github.io/jQuery-contextMenu/docs.html#events, have typo preShow instead prevShow
Expected Behavior
This was spotted when tried to use wacom tablet and pen to re-position, resize image.
Replicated same using mouse.
Mouse click should allow to drag image from one position to another and same time wheel should allow zoom in/out behavior without image flicker
Actual Behavior
Image flickers when using mouse click and wheel together
Steps to Reproduce the Problem
I have read and then re-read the FormBuilder docs and for the life of me its not obvious.
If i am building a new custom control Foo, and it needs to support user-editable attributes A, B, and C, how and where do I define that for my custom control?
As demonstrated in https://codepen.io/blixhavn/pen/dyPMYeM
When wrapping the sidebar and its content within a scrollable, fixed-height div, the sticky sidebar does not work.
Version
version: 2.7.0
Description
I would recommend you to add a test CSS class which easily can be used during CDN fallback tests.
See an example of an CDN fallback test here:
`<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.913/styles/kendo.common-bootstrap.min.css"
asp-fallback-href="~/lib_bower/kendo-ui/styles/kendo.common-bootstrap.
I need a date time picker that doesn't use jquery-ui so I'm making my own based off what existing plugins are already written, though a documentation on what each function did would be a great help and could help spawn new plugins for this great library
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
[ ] bug report
[X] feature request
[ ] support request
Expected behavior:
It would be very good if, when opening Confirm, the main page was blocked for navigation, only access to the dialog.
Steps to reproduce:
open confirm and press tab a few times.
Wrap images in links
Same as #322 but Im using api push to dynamically generate galleries. Is there a way to use data-href and data-link as that author originally asked or some other solution?
-
Updated
Dec 14, 2019 - JavaScript
Improve this page
Add a description, image, and links to the jquery-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jquery-plugin topic, visit your repo's landing page and select "manage topics."

Version
v1.4.10
Development Environment
Chrome 80.0.3987.132
Current Behavior
Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.