@Ben, Thanks man. I appreciate it.
@Brian, I think you've hit the nail on the head, actually. Jonathan's post seems to bear that out. @Jonathan, Thanks I think that's what I was missing when I was doing this in 1.2.1. However, I'm having a separate issue in 1.3 in that I can't get it to work at all. Even on just a simple unordered list. I'm going to try simplifying things even further with the 1.3 version to see if I can't get *something* working. But I'll ask now, is there *anything* that I need to do differently in 1.3 than I did in 1.2.1? In 1.2.1 all I did was include the plug-in and write the unordered lists making sure that the top most level had a specific class. Is that the same procedure to use in 1.3? Thanks for your help everyone. I'm feeling much calmer today even though my deadline is that much closer. Yikes! :o) Chris On Jun 5, 8:53 am, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > Hi Christ, > > I hope I can clear up some of the confusion and frustration. jdMenu binds & > unbinds it's events on each show/hide which allows for easy updating of a > dynamic menu. The documentation is lacking quite a bit so I appologize. > > I realized that this works best for sub-menus as opposed to a top level menu > so what you'll need to do is call $(...).jdMenu() at the end of your ajax > call after you've appended your MenuLists. > > Cheers, > -Jonathan > > On 6/4/07, Chris Jordan <[EMAIL PROTECTED]> wrote: > > > > > Hi folks, > > > I'm in need of some help using jdMenu. I've got a nice menu up and > > running using ver. 1.2.1, but it's static: meaning that I've hard > > coded the un-ordered lists that make up the menu contents. What I need > > now is a way for my app to build the menu on the fly depending on what > > screen the user is currently viewing. > > > The app makes extensive use of ajax and so is only loaded one time at > > the beginning. I've tried having an empty <ul> element that contains > > the jdMenu class, like this: > > > <ul id="MainToolbar" class="jd_menu jd"></ul> > > > and then making an ajax call to the server which builds the rest of > > the list elements and then does an empty().append(MenuLists); upon > > returning, but that didn't work. > > > I've tried just building the what I need in JavaScript into some > > variable that I then do an append() with, but that's not working > > either. > > > Does anybody have any thoughts on this? Does anyone thing they can > > help? > > > Thanks, > > Chris