cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IDM 8.0 - use of jQuery in scripts

Former Member
0 Kudos
189

Hi IDM Experts!

Sorry, but this might seem like a very silly question; how does one use jQuery within a script in IDM 8.0; I enabled the "Labs Features" as seen below, but I still can't use jQuery:

When trying to use jquery within an IDM script, I keep getting similar errors:


$ is not defined

or


jQuery is not defined

Would greatly appreciate your help / advice on this! How does one successfully use jQuery within IDM 8.0?

Thanks a ton in advance!

Best regards,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

ole_k_rosberg
Explorer

Hi,

The Labs features is just for enabling Package View and Package Diff which uses jQuery. It does not enable jQuery for scripts.

Regards,

Ole K.

Former Member
0 Kudos

OK: Thank you for the clarification Ole!

Best regards,

Sandeep

Answers (1)

Answers (1)

former_member2987
Active Contributor
0 Kudos

, can you help with this?

jrondorf
Participant
0 Kudos

jQuery is purely for accessing HTML DOM. Sure there are some other useful functions, but try to solve your problems w/o jQuery.

Former Member
0 Kudos

OK; sure Jannis; will not plan to use jQuery going forward.

Thank you for the advice!

Best regards,

Sandeep