contextualSearch v3.0

contextualSeach is a solution that allows you to supports searching within a set of documentation.

ScreenshotScreenshot



Details

Author
Adrian Statescu
Current version
v3.0
GitHub
thinkphp/contextualSearch
Downloads
9318
Category
Request
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • core/1.3.2: '*'
    • more/1.3.0.1: Request.JSONP

How to use

First you must to include the JS files in the head of your HTML document.

   #HTML
   <script type="text/javascript" src="core.js"></script>
   <script type="text/javascript" src="jsonp.js"></script>
   <script type="text/javascript" src="contextualSearch.js"></script>

In your JavaScript source:

   #JS 
   window.addEvent('domready',function(){
   new contextualSearch({site: 'davidwalsh.name',targetID: 'container'});
   });

In your HTML source:

   #HTML
   <div id="container"></div>

Dependencies:

  MooTools Core 1.3
  MooTools More: Request.JSONP

In Action:


Screenshots


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus