jQuery library update

deepaksn84
Giga Contributor

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

9 REPLIES 9

adiddigi
Tera Guru

I don't know what you are trying to do, but I did an update in my instance,and it works just fine.I'm attaching it here as a txt file. Also paste your entire UI page so I can see how are linking jQuery on your UI page. I am running jQuery 1.7.1.


Hi Abhiram,

I used your jQuery library and included it in the UI Scripts and I got an error. I am attaching the error. Can you please check out and let me know.

Thank you,
Paul


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


<script></script>
to start using $j in your UI page, because it is not Global.

I think you are missing the last step.


Hi

I have imported your XML file and works fine.

Thank you
Paul