SyntaxFix
Write A Post
Hire A Developer
Questions
you can use
return false; or return; within your condition.
return false;
return;
function refreshGrid(entity) { var store = window.localStorage; var partitionKey; .... if(some_condition) { return false; } }