| Hi Deborah, To get the most out of the _javascript_ EVDB API, you should be fairly comfortable writing _javascript_ code. One of the main purposes of _javascript_ is to modify the HTML document dynamically, that means adding or removing pieces of HTML. I mocked up two working examples based on your search criteria. You should be able to open either of these in your browser to see them working. The first (sample-basic.html) uses standard document manipulation functions such as document.getElementById and document.createElement to manipulate the HTML document. The second (sample-jquery.html) is slightly more advanced in that it uses the latest and greatest in _javascript_ technology, jQuery, which is an engine for easily and robustly manipulating the HTML document. (http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery) Each example does the same thing: it queries Eventful and displays the results as links in a list. Let me know if you have any other questions, John Tantalo Eventful, Inc. |
Events
Events
On Mar 14, 2009, at 11:48 AM, Deborah Brown wrote:
|
