Sure, try the below modified dropdowncontent.js. Then, for the drop down content you wish for its contents to be fetched via Ajax instead, the anchor link for it would look like this:
Code:
<p>Demo #1: <a href="http://www.dynamicdrive.com/forums/" id="searchlink" rel="subcontent" rev="test.htm">Search DD</a></p>
In other words, throw in a "rev" attribute pointing to the file name on your server. If this attribute is detected, the script will fetch "test.htm" and load it inside the drop down content with ID "subcontent".
Bookmarks