This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

On this page:

2.2.1

Note

jQuery - 2.2.1 is now in LTS (Long Term Support).

2.2.1-funcrel

Other Updates

Details
Remove duplicate links and update links positions which are on whole object to the first character.

2.2.0-funcrel

Note

Rules marked as [DEPRECATED] will not be triggered during any new analysis actioned with this release or any future release of the extension - this may also impact the grades of your existing analysis results.

Rules

Rule IdNew RuleDetails
1020342TRUEAvoid empty jQuery ajax error/fail blocks.
1020340TRUEAlways implement the success/error/complete or done/fail/always callbacks when using jQuery ajax call.
1020326FALSE[DEPRECATED] Always implement done, fail and/or always callbacks for $.ajax calls when using jQuery 3.0 (and latest).
1020304FALSE[DEPRECATED] Implement success and error or complete callbacks when using jquery web service call before jQuery 3.0.