jQuery library update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 01:29 AM
Hi Experts,
Can you please tell me how to update my jQuery library in UI Script. I copied and pasted the jquery script from the link ("http://code.jquery.com/jquery-1.10.1.min.js") into my UI Scripts. I have called the jquery by
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 07:54 AM
No no, what you are trying to do is copy my txt file. Instead, you will have to save it as .xml and then IMPORT XML on any related list and import this XML.
Once you do , you will be greeted with a new row in UI Scripts module called jQuery.min
Finally, you will have to include this jquery.min in your UI Page using
to start using $j in your UI page, because it is not Global.
<script></script>
I think you are missing the last step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 11:39 AM
Hi
I have imported your XML file and works fine.
Thank you
Paul