[jQuery] Re: jQuery(document).ready() Type error on WebKit based Browsers

2009-04-30 Thread Sulfura
I am quite puzzled by this. On Apr 28, 7:40 pm, Jonathan wrote: > Try changing   jQuery("#dir").attr("disabled", false) to jQuery > ("#dir").removeAttr('disabled'); > > Also, does it give you a line number for the type mismatch that might >

[jQuery] jQuery(document).ready() Type error on WebKit based Browsers

2009-04-28 Thread Sulfura
Hi there, I searched the internet for hours but couldn't find a solution which worked for me. I use jQuery to call a Perl-Module which outputs an XML File with all the Pictures in a specified Folder, which in turn is interpreted by jQuery to show a preview of that same Folder. It all works fine