[jQuery] Re: newbie question - why does this code not work?

2007-12-29 Thread cFreed
On 29 déc, 18:27, X490812 [EMAIL PROTECTED] wrote: ... parent.document.getElementById(buttonsForm:filterByActor).style.display=none //jQuery(#buttonsForm:filterByActor, parent.document).css({display:none}); }); //--/b The issue is that the jquery script that is commented out does not

[jQuery] Access denied to jQuery library

2007-12-24 Thread cFreed
Having installed jQuery on my main development machine, it works fine. But from another machine, through the network, if I call a .htm page which uses jQuery, I get a 403 Forbidden error, with You don't have permission to access ...my path through network.../jQuery 1.2.1/ jquery.js. All the other

[jQuery] Re: Access denied to jQuery library

2007-12-24 Thread cFreed
Solved but remains puzzling. It was with Vista, where the jQuery.js file was seen as missing proprietary rights. Copyied into another folder, it became accessible. Then deleting the original file and moving the copy to the original folder made it to work. Don't understand why this was possible: