Haluk Karamete
Haluk Karamete
for example, you are building a quiz and user answers a question wrong and you want an overlay to pop? all of the links on your demo have links based...
Hi Jean, Please take a look at the 2 screenshots The first screenshot is showing the search results of "Black Seed and Honey". The second screenshot shows the same data...
Is there a built-in option so that when experimented with it, the density of the number of matching characters ( I mean the highlighted matches in red ) is honored...
Hi Jean In this example: https://github.com/jeancroy/FuzzySearch#scoring-an-item you make no reference to `fullname`. You may want to update the Books object with the "fullname" in it. `Author: "John MiddleName Doe", `...
Is it possible to integrate your library into this UI: https://github.com/farzher/fuzzysort The demo of that repo is here: https://rawgit.com/farzher/fuzzysort/master/test.html His search alg is fast but only good for words. Yours...
Hello... When I open a iframe URL thru litebox programmatically ( with the basic code below), hash does not change. I'd like the hast to be part of the URL,...
When you have long text, users scroll down naturally and this causes the X/Close button to also scroll away. Is there a way to keep it fixed so the users...
Hello, many times, I see that the pop-up fires unintentionally. That happens when you highlight a text. Many times you get single word selections... Is there a way to tell...
Hi Max, Probably it is no news to you, but I just want to tell that I appreciate your code. :) I've got one question on how to bring in...
got this on my html ``` ``` but yet, I'm still getting this error: ``` ManageLearningPlanComponent.html:458 ERROR Error: If ngModel is used within a form tag, either the name attribute...