$(document).ready(function () { $("#tree").treeview({ collapsed: true, animated: "fast", control: "#tree", persist: "location", prerendered: false });});
using “jquery.treeview.js” my tree has many nodes more than 200 nodes.
it works but in internet explorer it gives me script alert “this page is causing to run slowly” and it has yes or no button to stop it or not how I can solve it ?
The information is little to derive the exact problem. But it looks like that your script has gone into a infinite looping and that why its showing up this error.