o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357589178.8387709: @value"2 {I" class:EFI"BundledAsset;FI"logical_path;FI"cytoplasm/cytoAjax.js;FI" pathname;FI"e/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoAjax.js.erb;FI"content_type;FI"application/javascript;FI" mtime;FI"2013-01-07T15:06:18-05:00;FI" length;FiGI" digest;F"%98a66691708d2f064cad815a0580bb3cI" source;FI"G// CytoAjax v0.5 // MacKinley Smith (function($){ $.cytoAjaxResponse = function(message,type,time){ if (message==null) message = "Success!"; if (type==null) type = "success"; if (time==null) time = 0; $('.callback_message').hide(); $('html,body').animate({scrollTop:0},400); $('#'+type+"_message").html(message).show(400,function(){ var $this = $(this); if (time) setTimeout(function(){$this.hide(400);},time); }); }; $.cytoAjax = function(script,data_to_pass,success,error){ // Set default parameters if (typeof script != "string" || script == "") return console.warn("$.cytoAjax requires a string as the first parameter (script)."); if (data_to_pass==null || typeof data_to_pass != "object") { if (typeof data_to_pass == "function") { if (success!=null && typeof success == "function") error = success; success = data_to_pass; } data_to_pass = {}; } // Make request $.ajax({ url:script, type:'POST', data:data_to_pass, success:function(data,textStatus,jqXHR) { try { data = $.parseJSON(data); } catch (e) { data = $.parseJSON('{"status":"Error","message":"AJAX Return Error: '+e.replace(/"/g,"'")+'
'+data.replace(/"/g,"'")+'"}'); } if (data.status=="OK") { if (typeof success == "function") success.apply(this,[data]); else if (data.message!=null) $.cytoAjaxResponse(data.message); else $.cytoAjaxResponse(((typeof success == "string")?success:"Success!")); } else if (data.status=="Error") { if (data.message != null) $.cytoAjaxResponse(data.message,"error"); if (typeof error == "function") error.apply(this,[data]); } }, error:function(jqXHR,textStatus,errorThrown){ if (typeof error == "function") error.apply(this,[{status:"Error",message:errorThrown}]); } }); }; })(jQuery); ;FI"required_assets_digest;F"%552cfbd0ea285d4ee4c49e27589be343I" _version;F"%6776f581a4329e299531e1d52aa59832