Results 1 to 1 of 1

Thread: Problems with jQuery TreeView Menu (cookies) and mod_rewrite

  1. #1
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problems with jQuery TreeView Menu (cookies) and mod_rewrite

    Hi,

    I have a hard time to get the jQuery TreeView Menu to work with a site using mod_rewrite for nicer URL:s. The menu is set to use cookie and it's acting really weird. I does create new cookies for almost every click in the menu and does not remember where it is.

    Please help me!

    The config file:
    Code:
    $(document).ready(function(){
    
    	// Menu config
    	$("#grey").treeview({
    		animated: "fast",
    		collapsed: true,
    		persist: "cookie",
    		cookieId: "#test"
    	});
    });
    The TreeView Menus URL look like below. It's a three step menu where the last one is the link to a page:
    domain.com/categories/
    domain.com/categories/subcategories/
    domain.com/categories/subcategories/items/
    Last edited by greycat; 04-28-2011 at 06:22 PM.

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
  •