I have used some jquery components in my web site, Suddenly i’m getting an error,
“A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
“
I have used, Jquery tab component, Carousel components 5 times, image slider component. Is it due to many Jquery compnents?
I have used,
jquery-1.6.4.min.js
Fixed the error,
Issue was the order of some jquery scripts. Once its in the correct order, it works without any issue, not due to too many components.
@madhairsilence and @pst – Thanks for the comments