A lot of customers are now working with PeopleTools 8.53. If you open Application Designer and search for HTML definitions named PT_JQUERY
, you will see there are 2 (sometimes more) new jQuery JavaScript definitions included with PeopleTools 8.53:
- jQuery 1.6.2
- jQuery UI 1.8.17
- Mobile jQuery (modules with mobile apps)
You no longer need to download, upload, or otherwise install jQuery to use it with PeopleSoft applications. One interesting thing I noted in the PeopleTools jQuery file is that the end of the jQuery file uses jQuery.noConflict()
to replace $
with ptjq162
. Unfortunately, it doesn't take advantage of the include protection I described in my post jQuery Plugin Include Protection, so be careful using it in pagelets directly.