[jQuery] Re: operation aborted error - please help

2008-01-20 Thread Q-Zma
it is from nature of old jquery realisation of ready event for internet explorer, early jquery document.write(), in latest version jquery developers using other method to get ready event, so if you update jquery to 1.2.2 version that problem should disappear :) On Dec 14 2007, 12:11 pm, "KidsKill

[jQuery] Re: operation aborted error - please help

2007-12-14 Thread KidsKilla .grin! wuz here
start your code inside $(document).ready(function(){ ... }); about: http://weblogs.asp.net/infinitiesloop/archive/2006/11/02/Dealing-with-IE-_2600_quot_3B00_Operation-Aborted_2600_quot_3B002E00_-Or_2C00_-how-to-Crash-IE.aspx 2007/12/14, BarakLevy <[EMAIL PROTECTED]>: > > Hello, > > I programmed