Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Framework
Commits
a5a8d77c
Commit
a5a8d77c
authored
8 years ago
by
Ken Hawkins
Browse files
Options
Downloads
Patches
Plain Diff
Add live filter to icons
parent
23d187c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fonts/index.html
+23
-1
23 additions, 1 deletion
fonts/index.html
with
23 additions
and
1 deletion
fonts/index.html
+
23
−
1
View file @
a5a8d77c
...
...
@@ -236,11 +236,32 @@
<p>
jQuery and the Foundation JS library are not required. Strictly, JavaScript is not needed to use the icon fonts, but icon shortcode features will not execture if the user has JavaScript disabled.
</p>
<!-- Include live filtering -->
<script
defer
src=
"../libraries/LiveFilter/js/jquery.liveFilter.js"
></script>
<script
type=
"text/javascript"
>
window
.
onload
=
function
()
{
$
(
document
).
ready
(
function
()
{
$
(
'
#thegallery
'
).
liveFilter
({
fitlerTargetCustomDiv
:
'
tbody tr
'
,
defaultText
:
'
Search for an icon
'
,
noMatches
:
''
});
});
}
</script>
<div
class=
"row"
id=
"thegallery"
>
<div
class=
"columns medium-3"
data-sticky-container
>
<div
class=
"sticky"
data-sticky
data-sticky-on=
"medium"
data-top-anchor=
"thegallery"
data-btm-anchor=
"thegallery:bottom"
data-margin-top=
"3"
>
<ul
class=
"menu vertical"
data-magellan
>
<h3>
The gallery
</h3>
<!-- <label class="">Type to filter these paper references</label> -->
<div
class=
"input-group"
>
<span
class=
"input-group-label"
><i
data-icon=
"1"
class=
"icon icon-functional"
></i></span>
<input
class=
"filter clearable input-group-field"
type=
"text"
value=
""
/>
</div>
<!-- <input class="reset" type="reset" value="ddd" /> -->
<li><a
href=
"#EBI-Generic"
>
EBI-Generic
</a></li>
<li><a
href=
"#EBI-Chemistry"
>
EBI-Chemistry
</a></li>
<li><a
href=
"#EBI-FileFormats"
>
EBI-FileFormats
</a></li>
...
...
@@ -251,7 +272,8 @@
</div>
</div>
<div
class=
"columns medium-9"
>
<div
id=
"icon-font-rows"
class=
"columns medium-9"
>
<table
class=
"responsive-table"
>
<thead>
<tr>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment