Expand my Community achievements bar.

SOLVED

jquery use in html articles

Avatar

Level 3

Hi there,

i need to build an RSS feed in js with jquery or another js framework. can i load the .js files from an remote location? can load it localy? both? what would be your advice for this please.

HAve a nice day.

1 Accepted Solution

Avatar

Correct answer by
Employee

When you create your HTML article, you can load the JS files locally or remotely. With local JS files, you have better control.

Make sure that you test your HTML on target devices. Within dealing with JavaScript, some effects that work well on a desktop browser don't work well on phones or tablets.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

When you create your HTML article, you can load the JS files locally or remotely. With local JS files, you have better control.

Make sure that you test your HTML on target devices. Within dealing with JavaScript, some effects that work well on a desktop browser don't work well on phones or tablets.