Opened 14 years ago
Closed 13 years ago
#4853 closed bug (invalid)
jquery.treeview.async.js doesn't lazy load json data when settings.unique=true
Reported by: | quaff | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when settings.unique=true,it will collapse siblings and call their toggle callback,so It need to change from if ($this.hasClass("hasChildren")) to if($this.hasClass('collapsable')&&$this.hasClass("hasChildren")) in line 60
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | jquery.treeview.async.js added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .