module Druid::Javascript::Prototype
Public Class Methods
pending_requests()
click to toggle source
return the number of pending ajax requests
# File lib/druid/javascript/prototype.rb, line 7 def self.pending_requests 'return Ajax.activeRequestCount' end