Sha256: b5920b7c2718c5f09986d19dc612eb169161fecf300099ced2f9b53624e56773
Contents?: true
Size: 530 Bytes
Versions: 14
Compression:
Stored size: 530 Bytes
Contents
// Behavior for calendar (schedule) navigation. (function($){ $.calnav = function(){ $('calnav item') .unbind() .bind('click', function(e) { var el = $(e.target) if (!el.attr('href')) { el = el.closest('item'); } if (!el.attr('href')) return ; Application.showView( el.attr('href').toParameters() ); }) .pressable(); } })(Zepto);
Version data entries
14 entries across 14 versions & 1 rubygems