Project

General

Profile

Download (1.92 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f51d5d57 03/28/2012 10:50 PM Darren Embry

feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input

http://redmine.pfsense.org/issues/2320

980ded5a 03/28/2012 08:58 PM Darren Embry

prep work for feature #2320: stub js function

1c3351bd 12/11/2011 10:52 PM Vinícius Coque

Adapted the AjaxQueue code to work with jQuery

2687a6fa 03/14/2009 06:16 PM Scott Ullrich

Adding Ajax queue system.

Example usage:

AjaxQueue.setBatchSize(1);
AjaxQueue.push("http://www.testingqueue.com/process/",{onSucess: funcSuccess, onfailure: funcFailure});
AjaxQueue.push("http://www.testingqueue.com/process1/",{onSucess: funcSuccess1, onfailure: funcFailure1}, "myDiv");...