Jul 29, 2008 - 07:36 PM4 Comments
If you’ve tried out my search form, you know what it does. It’s dead simple to use as well:
Usage
1. Download and install the plugin.
2. Make an empty template - I called mine livesearch - and put the tag in there:
{exp:live_search:results link="comment"}
3. Add the included css and js files to the page with your searchbox on it.
4. Tell…
…continued
Jul 20, 2008 - 12:00 AM1 Comments
Last time I talked about the theory of ajax requests. Today I’ll start to shed light on the heart and soul of making ajax requests. The javascript. This section assumes basic knowledge of javascript. The goal isn’t to understand the background of how ajax request are done, but to know how to implement ajax techniques with modern libraries. …
…continued