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 Id | New Rule | Details |
---|---|---|
1020342 | TRUE | Avoid empty jQuery ajax error/fail blocks. |
1020340 | TRUE | Always implement the success/error/complete or done/fail/always callbacks when using jQuery ajax call. |
1020326 | FALSE | [DEPRECATED] Always implement done, fail and/or always callbacks for $.ajax calls when using jQuery 3.0 (and latest). |
1020304 | FALSE | [DEPRECATED] Implement success and error or complete callbacks when using jquery web service call before jQuery 3.0. |