Sha256: 06fb20984843b172066a813cf80dce1a6b18313c2d0dab96a83568b08c160372
Contents?: true
Size: 1.61 KB
Versions: 28
Compression:
Stored size: 1.61 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1356747240.1003442:@value" {I" class:EFI"BundledAsset; FI"logical_path; FI"cytoplasm/cytoTable.js; FI" pathname; FI"f/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoTable.js.erb; FI"content_type; FI"application/javascript; FI" mtime; FI"2012-12-28T21:13:59-05:00; FI"length; FiI"digest; F"%7d2cab9d710ec8727cdd962d1e9117e7I"source; FI"// CytoTable v0.1 // By MacKinley Smith (function($){ var defaults = { widget:{ table:{ cell:{ padding:0, spacing:0 } } }, events:{ create:function(cy){}, change:function(cy,event){}, destroy:function(cy){} } }; var methods = { init:function(options){ return this.each(function(){ var $this = $(this); var settings = $.extend(true,{},defaults,options); // Setup table $this.attr({cellpadding:0,cellspacing:0}); $this.data('cytoTable',settings); }); }, resize:function(){ }, destroy:function(){ } }; $.fn.cytoTable=function(method){ if (methods[method]) return methods[method].apply(this,Array.prototype.slice.call(arguments,1)); else if (typeof method == 'object' || !method) return methods.init.apply(this,arguments); else $.error('Method ' + method + ' does not exist on $.cytoTable!'); }; $(window).resize(function(){$('.cytoTable').cytoTable('resize');}); $.Cytoplasm("ready",function(){$('.cytoTable').cytoTable();}); })(jQuery); ; FI"required_assets_digest; F"%de0f42112eecab4ddb97e51150bb46abI" _version; F"%6776f581a4329e299531e1d52aa59832
Version data entries
28 entries across 28 versions & 1 rubygems