Bellow I show some example. How I can add some jquery expression into onCalculate() function.
var obj = {
id: '',
onCalculate: function () {
var _date = $("#date").val(); //jquery expression doesn't work here
// how I can do it?
}
};