ui
Here are 459 public repositories matching this topic...
-
Updated
Aug 7, 2020 - HTML
-
Updated
Aug 31, 2020 - HTML
-
Updated
Jul 21, 2020 - HTML
-
Updated
Jun 26, 2018 - HTML
-
Updated
Aug 8, 2020 - HTML
-
Updated
Aug 31, 2020 - HTML
-
Updated
Jul 16, 2020 - HTML
-
Updated
Mar 18, 2019 - HTML
-
Updated
Aug 30, 2020 - HTML
-
Updated
Oct 8, 2019 - HTML
If the data field is missing when cloning a template, the current error message is very confusing. There should be an clear, explicit error message when data is undefined.
const data = undefined;
dna.clone('book', data); //should immediately throw an error-
Updated
Aug 28, 2020 - HTML
-
Updated
Feb 14, 2017 - HTML
The page that is used for manual testing should be updated.
This will keep every developer who looks at the page from going into heartache when he has made changes that need visual approval.
Something like the Roberto font, maybe some dummy text, and a hash sys
Improve this page
Add a description, image, and links to the ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui topic, visit your repo's landing page and select "manage topics."
Hi,
When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).
I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me