Side navigation
#4141 closed bug (invalid)
Opened February 12, 2009 07:06PM UTC
Closed February 12, 2009 11:59PM UTC
Last modified March 14, 2012 02:58PM UTC
[treeview] Persist:cookie not working on jQuery 1.3.1
Reported by: | cwalker77 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I pass the option "persist: "cookie"" to treeview(), the hitareas on my tree disappear (rendering it unusable). Firebug reports the following error:
$.cookie is not a function
jquery.treeview.min.js (line 15)
I'm using jQuery 1.3.1 minified on Firefox 3.0.6 (also IE 7) and jQuery Treeview 1.4 minified.
I can provide sample code if necessary.
Sorry, this is my fault; the cookie plugin wasn't being loaded correctly. This ticket can be closed.