try unbinding before attaching the hover event $('#divEmpDetails').unbind().hover();//fill in the gaps
Now that I look at your post I realize that's what fixed my gallery issue. Looks like a similar problem. Maybe it'll help you too
try unbinding before attaching the hover event $('#divEmpDetails').unbind().hover();//fill in the gaps
Now that I look at your post I realize that's what fixed my gallery issue. Looks like a similar problem. Maybe it'll help you too