Some Jqeury doesn;t work after reloaidn the div using .load

Some Jqeury doesn;t work after reloaidn the div using .load



hello;

I use this function to reload a div and the google charts on it. The div reloads and loads all the data (without an Jquery) as well. But it doesn't load google charts and also the date picker doesn't work either. I have tested and the jquery is accessible.

What could be the reason?

Thanks
  1. function load_group_stat(item, group_id, start_date, end_date)
      {
        $('#interactions_head').load("my_page.php" + "/" + item + "/" + group_id + "/"  + start_date + "/" + end_date);
        return false;
      }