-
Updated
Mar 8, 2020 - HTML
front-end
Here are 2,462 public repositories matching this topic...
Please only use GitHub issues for bug reports and feature requests.
- Read the contributing guidelines
- Feature requests should be multi-purpose, describe use cases
If there are some changes to item(s) in a container - like jQuery append / remove items, is there any method to refresh / reload list item
It would be useful when troubleshooting to show the deviations from default configuration made by bowerrc files when running with the verbosity flag on.
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 8, 2020
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
Currently the console output is being displayed in one line.
Development errors will be more than 10 to 20 lines usually. Instead of showing them in one line , break the output to next line , once it goes out of view port.
It would be more better if its responsive.
The protovis library has not auto update configuration in package.json. There are new versions on library GIT.
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/52293907-add-auto-update-config-to-protovis-library?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&
When user Drag an element then whatsover the target is. It should show a Placeholder Preview of that Same element at Drop Target.
If this feature is already available, then plz let me know.
Thanks :)
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 8, 2020 - HTML
-
Updated
Mar 7, 2020 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 7, 2020 - HTML
-
Updated
Mar 7, 2020 - TypeScript
Sorry in advance if this option already exists. I just couldn't find it in the docs or the demo page.
So, number of weeks displayed should be editable. This would be especially useful when monthsInCalendar option is greater than 1 and we want to have multiple months to have same number of rows so it'll look better.
Look at the last row of January to see my point
Currently:
.
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Mar 6, 2020 - JavaScript
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Jan 16, 2020 - CSS
Improve this page
Add a description, image, and links to the front-end topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the front-end topic, visit your repo's landing page and select "manage topics."
When a property is accessed on an object and if the property is not found on that object, the JavaScript engine should looks at the object's __proto__(different browser has their own implement) .Or, looks at the prototype of its constructor.