#4141 closed bug (invalid)
[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.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, this is my fault; the cookie plugin wasn't being loaded correctly. This ticket can be closed.