/stickyHeader

simple jquery plugin for sticky thead

Primary LanguageJavaScript

##init

jQuery("#table_id").stickyHeader(
           {            
                topmenu : {
                    parentFormID : '#results_form',
                    addToTopMenu : ['.manage_buttons']
                }
            }
 );