I have the same problem with the jquery.pack.js from the trunk..

In IE6, on the same page, with the same code, sometimes it works, 
sometimes it does nothing at all.. (no errors, no effects.. nothing !)

Where could that come from ??

for memory, here is my code (really simple .. ) :


<script type="text/javascript" src="/v3/scripts_js/jquery.js"></script> 
<script type="text/javascript">
$(document).ready(function(){
        $("a.ShowMap").click(
        function()
        {
$("div.dynamic_zone").find("div#description").css({display:"none"});
                $("div.dynamic_zone").find("div#map").slideDown("slow");
                
        });
        $("a.ShowImage").click(
        function(){
        $("div.dynamic_zone").find("div#map").css({display:"none"});
        $("div.dynamic_zone").find("div#description").slideDown("slow");
        });
});
</script>

> 
> 
> Jörn Zaefferer a écrit :
>> Vincent Majer schrieb:
>>> i can't have a correct jquery.pack.js from the trunk.. when i build it, 
>>> it makes me a js file which is source of errors..
>>> Could someone make it for me and send it by email .. ?
>>> Sorry for asking but if the bug i encounter is really fixed in the 
>>> SVN... i would like to have it !
>>>
>>> v.majerATcycom-profil.com (please replace "AT" with "@")
>>>
>>> Thanks in advance
>>>   
>> Have fun:
>> http://jquery.bassistance.de/dist/jquery.js
>> http://jquery.bassistance.de/dist/jquery.pack.js
>>
>> Check the jquery.js header for the revision.
>>
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to