- $.ajax({
- url: '../php/functions/area_id_to_table_name.php',
- type: 'post',
- async: false,
- dataType: 'json',
- data: {areaOfWorkId: userAreaOfWorkArray}
- }).done(function(object){
- alert(object);
- });
the code after this code is executed, and when I am bagging this in the browser I can see the it skips line number 9.