RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Adding and using an external JS library

I've never done this before, and am getting a function not recognized error. Before going to the library vendor, I wanted to make sure I'm doing everything correctly in Appery.

  1. The external file is: http://api.bridgeit.mobi/bridgeit/bri...

  2. I've added the file as a resource as shown here:

    http://screencast.com/t/TkiNt3ouMw7

  3. On a button click event, I run this code:

    bridgeit.fetchContact('contactListBtn', 'callback');

  4. And this error is produced: Uncaught TypeError: bridgeit.fetchContact is not a function

    Any ideas on what if anything I am missing.
    Thanks

Return to “Issues”