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