-
Updated
Nov 19, 2018 - JavaScript
vanilla-javascript
Vanilla JavaScript is the native JavaScript language included in the browser and standardized/maintained by ECMA International and W3C.
Here are 2,258 public repositories matching this topic...
-
Updated
May 21, 2020 - JavaScript
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
-
Updated
Apr 3, 2020 - JavaScript
The closeButtonClickHandler
calls exitFullScreen()
even if the document was in fullscreen mode before baguette box was opened, and even if options.fullScreen
is false
.
This breaks websites & apps handling their own fullscreen mode:
When the website/app is in fullscreen mode, opening and then closing a baguetteBox will make the entire app exit fullscreen. This is breaking UX badly.
-
Updated
Apr 30, 2020 - JavaScript
New website
Sharer.js needs a new website! With all the current implemented API documented and some examples. Since i am terrible at frontend, i am taking suggestions on some cool designs that can help improve user experience.
All work must be pushed to the gh-pages
branch, where the current one lives.
-
Updated
Jun 12, 2019 - JavaScript
Originates from #519
Current behavior:
When acceptFrom
is used, but no sortable with the selector can be found the sortable freezes.
Needs validation: This should be validated with an example on codepen.
Desired behavior:
- Catch error from isConnected and log to console.
- Make sure the sor
-
Updated
Jun 8, 2019 - JavaScript
Describe the bug
The joystick can become stuck if you right click outside your document.
To Reproduce
Reproduced using the demo provided.
- Go to https://codepen.io/YoannM/pen/gapmMG (Easiest to reproduce if this is a windowed browser)
- Click anywhere on the demo to create the joystick
- Drag your mouse outside the bounds of the browser an
-
Updated
May 23, 2020 - JavaScript
-
Updated
Mar 11, 2020
-
Updated
Apr 8, 2020 - JavaScript
var sticky = new Sticky('[data-sticky]',{});
in DOM console put these with all necessary attributes
sticky-js not respond any event and function and
-
Updated
Apr 4, 2020 - CSS
-
Updated
May 2, 2020 - TypeScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
Oct 10, 2019 - JavaScript
-
Updated
Apr 26, 2020 - Vue
-
Updated
Apr 8, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
May 19, 2019 - JavaScript
I suggest another change... this will insert a "clear" button next to the search term.. most people will find it normal to have that. Plus is it inconvenient having to "backspace" to clear a search term.
=================================================================
Hi,
Thank's for the good job on the lib.
I'd like to suggest an update in the library documentation, specifically at this page:
https://github.com/Mobius1/Selectr/wiki/Options#messages
There are two customizable messages that are not yet documented: noOptions
and searchPlaceholder
.
I'd update the Wiki myself but unfortunately AFAIK Github does not allow pull-requests on Wiki's.
-
Updated
May 22, 2020 - JavaScript
Hi @cristianbote, I try hnpwa-vanilla live site doesn't update the value of param page
each time I move to the next page. Here is the demo video related to the value of page param doesn't change.
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Oct 11, 2018 - JavaScript
If the suffix contains a dot, entering the fractional part becomes problematic.
I have two reproduction cases.
Case 1 - jsbin
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