I'm new to phonegap and js, and phonegap provides a function
cordova.exec(success,fail,'service','action',args);
The success function only has one argument that is post back from the background.
I wonder if i can add additional arguments to this function to pass data created from js. thanks in advance.