Looking for a faceted search, using jQuery [closed] - javascript

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am looking for a JavaScript library which enables the development of a faceted search. That is, I have >600 data sets the user can search for, and I'd like to offer a couple of "groupings", such as "Theme", "Region", "Resolution" so that the user can easily boil the list down to just a few data sets.
Not sure if this must use AJAX; but I guess it should.
I've found filters.js so far, and this one. But that's about it. There is quite a bit out there for Drupal, and for Solr. But that's not what I am working on.
If you have any recommendations for libs which would be easily adaptable in a "normal" HTML/JavaScript environment, I would very much appreciate any hints.

I finally went with this one.
It's easily adoptable, so that I have now multiple checkboxes which allow for deeper drilling into the available data sets.

How about the VisualSearch library?

Related

Code Required to achieve vertical slider effect in Wordpress (examples included) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm wondering how I can achieve an effect similar to that of http://eng.getlost-getnatural.ru/ or http://rnbtheme.com/sixteenth/. I've contacted various support forums supplied through Wordpress and all they've been able to tell me is that I need to get a web developer and that the effect was possible. I, however, don't have the money for a web developer and went searching online to try to find what I was looking for and haven't been able to find anything yet. I can make code changes to my Wordpress site using javascript or css. Thank you so much to everyone who helps and answers!
What you are asking for could take a couple of hours to code from scratch, and then trying to match it to a wordpress site that we can't see or use as reference can create a lot of problems. I recommend looking at some jQuery plugins.
Here is a site to get you started, https://www.jssor.com/demos/vertical-slider.slider.
If you have any questions about the code once you download the plugin then we will be able to help you further.

Better syntax highlighting for Javascript in Notepad++ [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm using Notepad++ in writing Javascript files. But the syntax highlighting is not that good there.
For example methods and properties of known objects, like arrays, numbers or even AJAX object are not highlighted at all.
Can this be improved by adding a plugin or something ? if so can you specify a plugin for me ?
Thanks
In Notepad++ you can go to the plugins tab and then to plugin manager and it will show you all available and installed plugins. Just scroll down the list until you find one that suits your needs and install it. If you don't see it on the list I don't think you will find it anywhere else.

How to search for a javascript file in google? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
So I recently launched a jQuery plugin and people are downloading it, but I'm trying to figure out how I can tell where it's being used. The only way I can think of is to try search for the .js or .css file somehow, maybe the folder name.
Is there anyway to search for this?
This seems like such an obvious idea I'm sure you've thought of it and there's some problem, but how about taking some piece of your code, long enough to uniquely identify it, and search for that? It definitely wont get everything, but maybe the results are better than nothing.

Decision tree software/library for knowledge base [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a knowledge base system, but the users feedback that it is quite hard to search for the information. So I am thinking about the decision tree. If the user can find the info by clicking few options, that will be great.
I saw some websites have this feature. (e.g. I encountered an issue, I choose Windows7 -> login issue -> wrong password, then the system will provide the solution)
I want to implement such system, but unfortunately I didn't find any.
Any smart ideas? Thanks!
Interactive Decision Tree looks like a suitable solution for you
http://code.google.com/p/interactive-decision-tree/

Music Score WYSIWYG [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm intending to make a javascript WYSIWYG to edit Music Score. Does anybody know any relevant javascript library or something like that? Also I'm so curious to know whether there is any similar open source project out there.
So I thought stackoverflow would be the best place to ask.
Ideas are all welcome on implementation.
The closest thing I know of in Javascript is this: http://0xfe.blogspot.com/2010/05/music-notation-with-html5-canvas.html
It's not WYSIWYG editable, so probably won't suit you, but it seems to be about as good as it gets in Javascript/HTML5 right now.
Hopefully things will improve in the future, but I don't think what you're looking for is available yet.
I think https://dmitrybaranovskiy.github.io/raphael/ will be useful for your project.

Categories