Load jQuery on Apigee integrated portal.

Hi,

What is the best practice for loading a jQuery under custom scripts section of new Apigee integrated portal.

Simply having a jQuery script tag and calling

$(document).ready(function () { })

results in $ is not defined.

A work around is to have timeout:

setTimeout(function(){ $(document).ready(function () { alert('ready') }); }, 100);

This doesn't seem an ideal way to load jQuery.

0 0 271
0 REPLIES 0