I was trying to find some more information on the following jQuery function:
jQuery.active
It is described here to test the number of active connections to a server and will evaluate true when the number of connections is zero.
http://agilesoftwaretesting.com/?p=111
http://web.elctech.com/2008/11/10/jquery-ajax-loading-and-selenium-respec-testing/
I could not find any information about this function on the jQuery site and was wondering if anyone knew where i could.
Similar:
- jQuery: a function containing an ajay() function won’t return ajax() response In an attempt to make my jQuery code modular, i.e. reusable, I’ve placed an ajax() function inside of another function fetch_ajax(). I’m trying to call...
- ASP.NET 2.0 JQuery AJAX Login I’m trying to figure out how to implement an AJAX login for a ASP.NET 2.0 site with Jquery. I already have a implemented other simple...
- how to Write a VB script to extract security group data from NTFS permissions by server and nested groups in Active Directory. i am new to Active directory but i knew vbscript, how to write an vbscript in AD to extract data from NTFS permission by server...
- Active Directory Server with .Net We are developing our application using MS Visual Studio 2008 VB .Net. We have to use Active Directory Server for authenticating the user logging into...
- Using Jquery and Ajax to save a file in ASP.Net I have a button that uses jquery and ajax to call a server side script to create a text file and sends back the following...