Feature #622
Add book table-of-contents filtering
100%
Description
Add the ability to filter the list of items in the table of contents (like YouVersion does).
Associated revisions
Added the ability to filter the table of contents. Closes #622.
Added the ability to filter the table of contents. Closes #622.
Added the ability to filter the table of contents. Closes #622.
History
#1 Updated by Luke Murphey over 11 years ago
{code}
.table-of-contents{
border: 2px solid rgb(68, 68, 68);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
margin-bottom: 12px;
margin-top: -16px;
}
<!-- Add this under the TOC -->
<input type="text" placeholder="Filter..." style="
width: 100%;
border-radius: 0px;
">
{code}
Might want to use something like this: http://jquerytools.org/documentation/toolbox/expose.html
#2 Updated by Luke Murphey over 11 years ago
This technique can be used for filtering: http://kilianvalkhof.com/2010/javascript/how-to-build-a-fast-simple-list-filter-with-jquery/
#3 Updated by Luke Murphey over 11 years ago
- Assignee set to Luke Murphey
- Target version set to 1.0
#4 Updated by Luke Murphey over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r505.