Added pagerComplete event to highlight first event of visible table.

This commit is contained in:
Kasper D. Fischer 2014-05-14 16:13:05 +00:00
parent ddba2012bb
commit fdbade688a
Notes: subgit 2018-03-07 17:58:55 +01:00
r650 www/trunk

View File

@ -344,6 +344,9 @@ $(document).ready(function() {
$('#eventstable').bind('sortEnd', function(){
highlightFirstEvent();
});
$('#eventstable').bind('pagerComplete', function(){
highlightFirstEvent();
});
// show / hide event info
$('#eventstable').delegate('.toggle', 'click' , function(){
// load event details