How to call my Apex class and method from javascript snippet

Matrix,

There is a community post on how call Apex from JavaScript here:  https://community.skuid.com/t/calling-apex-function

You should also consider making your Apex class ‘invocable’, because this approach will make your class ‘callable’ from any Skuid action.  You’d then be able to use your Apex class on any Skuid page without adding any JavaScript.

Thanks,

Bill