[jQuery] jQuery crashing the page
I've got 2 pages:
a current events page and a past events page
the current events page loads fine as there is only about 10 events
the past events page takes about 30 seconds to load and will crash if
u click your mouse in the loading time
The pages are near identical the only difference is the query that
selects the events (> versus <)
The page loads immediately without:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.3.2/jquery.min.js"></script>
But when i put it back in the above happens. Any ideas welcome!
PC I'm using jQuery.roundedcorners.
Sam