Leo
Leo

Reputation: 1809

how to use jquery in dynamics crm 2011 online?

Did anyone use an jquery for controlling form's attributes

I'm interested in Expanding Textareas in forms of entities in Micrsoft CRM 2011

I found some pretty nice solution by using jquery so as to solve my problem but I'm confused how to use jquery methods in CRM

I understood that I have to create some web resources that contain a jquery libraries

Upvotes: 0

Views: 2102

Answers (1)

Jason Lattimer
Jason Lattimer

Reputation: 2848

Here is an example of setting up the jQuery script file as a web resource.

jQuery Web Resource in CRM 2011

Be sure when adding script files to your form, the reference to the jQuery file is listed before your custom script file that uses jQuery methods.

Use A JavaScript Web Resource In Your Form

Upvotes: 2

Related Questions