Skip to content

Commit fe9aa2d

Browse files
authored
Merge branch 'live' into patch-7
2 parents b2db462 + e94978f commit fe9aa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/client-scripting-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ On the Internet, you can find many examples or suggestions that describe using u
6464

6565
## Avoid using jQuery for form scripts
6666

67-
We do not recommend using jQuery in form scripts and ribbon commands. Most of the benefit provided by jQuery is that it allows for easy cross-browser manipulation of the DOM. This is explicitly unsupported within form scripts and ribbon commands. Restrict your scripts to use the objects/methods avaailable in the [Xrm object model](understand-clientapi-object-model.md).
67+
We do not recommend using jQuery in form scripts and ribbon commands. Most of the benefit provided by jQuery is that it allows for easy cross-browser manipulation of the DOM. This is explicitly unsupported within form scripts and ribbon commands. Restrict your scripts to use the objects/methods available in the [Xrm object model](understand-clientapi-object-model.md).
6868

6969
If you decide to use the remaining capabilities of jQuery that are useful with model-driven apps and include the ability to use **$.ajax**, consider the following:
7070

0 commit comments

Comments
 (0)