Sha256: 60e3998df62dec91f23d7cd4113486598abd6fcedd7bf2d9f4abb9b780a87e86
Contents?: true
Size: 458 Bytes
Versions: 10
Compression:
Stored size: 458 Bytes
Contents
// DEPRECATED: Move these events into your application if you want to // continue using them. // // This file will be removed in 0.3. $(document).ready(function() { $(document).trigger('pageChanged'); $(document).trigger('pageUpdated'); }); $(document).bind('pjax:end', function() { $(document).trigger('pageChanged'); $(document).trigger('pageUpdated'); }); $(document).bind('ajaxComplete', function() { $(document).trigger('pageUpdated'); });
Version data entries
10 entries across 10 versions & 2 rubygems