Niklas von Hertzen

Results 43 comments of Niklas von Hertzen

Still work in progress, probably classList issue. Will go through the different IE's once the remaining functionality has been added.

Firstly, the project is still under development and not ready to be used. To answer your questions: 1. You can customize the appearance through CSS. 2. Local folder as in...

Seems like a bug indeed, which most likely is also present in minus, div, multiply and mod operators as well then, will have a closer look at this later

The Send Feedback button should be fully customizable through CSS, and the text of the button can be specified as an option (default "Send Feedback").

This functionality was infact there already, but I had forgotten to expose the API in the script (fixed now). I added an example along with it (https://github.com/niklasvh/feedback.js/blob/master/examples/invoke_api.html). As for the...

The two new examples I put up don't have have bootstrap css files included at all, i.e. only use the feedback.css which is specifically for this script and not bootstrap....

I'm aware of the lack of `pointer-events` support in IE9, but originally I had planned to leave the element highlight out from IE 9 anyway, but I never got around...

Totally agree. It was one of the major changes I wanted to make in my previous update, where I changed most of the code/API into a more module driven approach,...