I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop and iPad)
It says
Maximum call
In my case I by mistake i have assigned same variable name , and to val function "class_routine_id"
var class_routine_id = $("#class_routine_id").val(class_routine_id);
it should be Like :
var class_routine_id = $("#class_routine_id").val();