I've created a web resource with the jquery script, this is the url:
"http://dynamics:port/somelib/WebResources/new_orgName/scripts/jquery1.7.2.min"
I've created a new aspx web page and put it in the navbar in 'account' form.
I've added to the 'account' form properties the jquery script, but when the aspx webpage loads, it doesnt recognizes the "$" symbol of jquery.
How do I reference the jquery from the webpage? Do I still need specifically reference the jquery file from the webpage?