[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
Jonathan, I've solved my problem. I didn't have the latest versions of everything as I thought I did. Thanks for the tip on using $ (".jd_menu").jdMenu(); for my dynamic purposes. Thanks! Chris On Jun 9, 12:42 pm, Chris Jordan <[EMAIL PROTECTED]> wrote: > Hey, I've just simplified my html eve

[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
Hey, I've just simplified my html even more: jdMenu test File New #dblarrow# Title Loan Evaluation Worksheet Repo Decisio

[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
Jonathan, Sorry it's taken me so long to follow up on the advice you've given me. I still seem to be having a bit of trouble. I'm using: jquery.js 1.1.2 jquery.dimensions.js (version not listed in source) jquery.jdMenu.js 1.3.beta2 (2007-03-06) Here's my entire example page: @import url("CSS/jd

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Christopher Jordan
Thanks Jonathan. I'm stuck at a different client right, now but later on today I'll try adding the line you suggested to my ($function()); code. Thanks again for the help, and I'll holler if I've got more questions. Chris Jonathan Sharp wrote: On 6/5/07, *Chris Jordan* <[EMAIL PROTECTED]

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Jonathan Sharp
On 6/5/07, Chris Jordan <[EMAIL PROTECTED]> wrote: @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

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Jonathan Sharp
On 6/5/07, Chris Jordan <[EMAIL PROTECTED]> wrote: On Jun 5, 8:53 am, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > Hi Christ, Oh, and I am a great guy... but I don't walk on water, Jonathan... lol! :o) Oops! I don't think my coffee had kicked in yet! (Nope I wasn't trying to take the Lord

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Chris Jordan
On Jun 5, 8:53 am, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > Hi Christ, Oh, and I am a great guy... but I don't walk on water, Jonathan... lol! :o) > > 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 u

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Chris Jordan
@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 a

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Jonathan Sharp
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 t

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Brian Miller
My guess is that it's a "behaviors" issue. The jdMenu plugin expects the list to already be there when it runs, and it attaches a bunch of events. IF you add stuff to the DOM afterwards, those events don't get attached unless you run the plugin again on the list. Of course, you probably would w

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Benjamin Sterling
We've all been there; post up that code tomorrow and I will see what help I can give. On 6/4/07, Chris Jordan <[EMAIL PROTECTED]> wrote: Ben, Thanks for responding. I am frustrated, and I have a headache. Thanks for bearing with me. I just got back from dinner, and I'm going to hit the sack

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Chris Jordan
Ben, Thanks for responding. I am frustrated, and I have a headache. Thanks for bearing with me. I just got back from dinner, and I'm going to hit the sack to try and let go some of this frustration, but tomorrow I'll put some code together to show online. I'm having a couple of problems now. F

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Benjamin Sterling
Chris, -- I could have just as easily said... -- Sensing a little frustration; I was only trying to get a bigger picture. Those were some of the questions I have to ask myself everyday. I actually have about 40 post-its around my monitor with those types of questions to help me problem solve th

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Chris Jordan
Ben, I don't have an online demo that anyone can view. I could have been a little clearer. "MenuLists" was just a non-sense name I came up with for the post that was supposed to represent what was sent back from the server which is "the rest of the list elements". It's being returned as a string

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Benjamin Sterling
Chris, a url would go a long way to helping you. what is MenuLists? what is being passed back from the server? are you sure it is passing back what you want? How are you building your menu? Ben On 6/4/07, Chris Jordan <[EMAIL PROTECTED]> wrote: Hi folks, I'm in need of some help using jdMe