First, sorry for not giving more information :) Its first time i felt i have to ask about a problem like this on the net as i could not find any info by using google (wich 99 out of 100 times is THE way to find information about bugs or problems :P) or by going through my code step by step.
I should have put the title in the text also i guess as the problem is when there are large amounts of bindings for jQuery to do with specific scripts so i thought it was more about optimizing the scripts that were or find out different ways of doing the same things i were doing that would be how to solve the problem... And as i am a newbie in the Javascript world i were not sure where to start looking and what i might have done wrong :) But in the end... i narrowed it down to the plugin hoverIntent (wich delays the mouseover/out event) and the scripts i used to find out the location of the mousepointer on the page. Using hoverintent on many many many items (about 6-700 when it was used as most) caused the dreaded "a script on this page causes internet explorer to run slow, would you like to stop it?" message to pop up whenever you went on to another page or reloaded the page you were at. So i have replaced these two with similar functionality instead of the one i had previously used and the problem is gone for now. Im sorry if my description of the problem was not spot on ;) Now things run as they should, for the moment. :)