Skip to content

Instantly share code, notes, and snippets.

View gestadieu's full-sized avatar

Gerald Estadieu gestadieu

View GitHub Profile
@thomaspark
thomaspark / subnav.css
Last active June 6, 2023 10:19
Subnav for Bootstrap 2
section {
padding-top: 60px;
}
.subnav {
margin-bottom: 60px;
width: 100%;
height: 36px;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
@godbout
godbout / How to call tableLiveFilter.md
Created October 29, 2012 07:34
Quick live filtering for tables (under MyUSJ scope, not jQuery)
MyUSJ.tableLiveFilter.init({
    searchInput: $('#search_filter'),
    searchTable: $('#ad_programs_sections, #ad_language_sections, #ad_other_sections')
});