Results 1 to 2 of 2

Thread: Need help isolating a feature from several javascript/css features on a single page.

  1. #1
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Need help isolating a feature from several javascript/css features on a single page.

    I have a web site builder tool where customers can build their own websites. I am trying to create an easy way for them to edit their left navigation stack. I have found the following code at this link http://fabuso.com/IdeaOrbit_web/0001/edit-in-place.jsp. You will see "List 3" That is the functionality I am trying to get to work. That link is my own server so I know it at least works to that point.

    The trouble I am having is first, when I try to isolate the "List 3" feature on its own by removing the other code, it breaks the script from working. There must be something that is requiring the other elements, but I can't see how to do it so I can isolate this feature on it's own.

    Once I get that working, I will need to tie it into our database so it uses database variables instead of static values. I will take this one step at a time before posting questions about that. First I just need some help isolating this "List 3"

    Thanks in advance. Let me know if you need to see any of the include files.

  2. #2
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    The page seems to be no longer available.
    -- Chris
    informal JavaScript student of Douglas Crockford
    I like wikis - a lot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •