I am working on simple user validation by email and password, for this I use REST service.
On its "success" event, I user custom javascript, and make simple alert, just for the confirmation, but nothing happens;
function(data){
alert("abc");
}
After that I modified the success event as "navigate to page", but still current page remains,
also progess bar shows when services runs, but after that nothing happens.
Thankyou