I am trying to refresh a certain div within a bunch of divs. The div content is basically generated by PHP alon
For div refreshing without creating div inside yours with same id, you should use this inside your function
$("#yourDiv").load(" #yourDiv > *");