View Single Post
01-15-2010, 04:31 PM
#3
JayD3e is offline JayD3e
Status: I'm new around here
Join date: Jan 2010
Location:
Expertise:
Software:
 
Posts: 6
iTrader: 0 / 0%
 

JayD3e is on a distinguished road

  Old

I was able to fix this problem finally. It turns out that using $(document).ready(function{}); in your code doesn't always result in the function being executed on load. So my code was hanging on some AJAX connections and not completely loading. I simply added a more robust function to determne when the document was actually loaded, and then carried out my javascript.

Reply With Quote