Forum Discussion
RyanSolutions
8 years agoQrew Member
The QuickBaseClient.js SDK can be implemented within your .js file by using jQuery. This is of course assuming that you are referencing the script directly from your button. To do this, add your code between the following.
$(document).ready(function(){
$.getScript("/js/QuickBaseClient.js", function(){
// your code here
});
});
$(document).ready(function(){
$.getScript("/js/QuickBaseClient.js", function(){
// your code here
});
});