Search and Top Navigation
#4890 closed enhancement (duplicate)
Opened October 02, 2009 02:05AM UTC
Closed June 18, 2010 12:37PM UTC
Last modified October 03, 2012 04:59PM UTC
Allow removal of tab by href
Reported by: | coderuckus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please add feature to allow removal of tabs by href name as the select works:
remove: function(index) {
if (typeof index == 'string') {
index = this.anchors.index(this.anchors.filter('[href$=' + index + ']'));
}
...