JQuery & Google API - Move .setOnLoadCallback() to separate file?
I am using the Google JQuery API and it is working fine.
Is there a way to put the google.setOnLoadCallback() call (and my JQuery calls/functions) in a separate .JS file and call it from from my .ASPX file? I have tried it a few ways without success.
My goal is to keep my JQuery and HTML code separate for easier maintenance.
Thanks.