pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

How to add external File in appery project?

I am trying to move carousel image automatically.
So i found one Zip file then how to add this function.js and jquery.js file ???

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to add external File in appery project?

Hello!

You don't need to add jquery.js - jquery is added by default. You can check jquery version on App settings - External resources - Built-in resources. Regarding other JS files - create JS assets and paste code you need.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

How to add external File in appery project?

ok paste my code in js assets but how to call that file on my specifice page????
i have this two file and how to add on my page on load event???? Image

Image

have you any suggestion??

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to add external File in appery project?

Your code is running on page load automatically. There is no need to additionally invoke it. All you need to do is to add corresponding elements on page and change selectors in code.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

How to add external File in appery project?

But it's not working!!!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to add external File in appery project?

Did you add corresponding elements on page and change selectors in code?

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

How to add external File in appery project?

yes!!!! I chnage it and add that in page

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to add external File in appery project?

Please try to debug your app and check errors in console.

Return to “Issues”