but it is not working.
can you help me plase ?
bibliotheque
conflit de library
//-------jQuery
bien definir l'espace de jQuery:
jQuery(function($) {
//la function
});
jQuery.noConflict();
jQuery(document).ready(function ($) {
$('.infiniteCarousel').infiniteCarousel();
});
-> source:
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
//-------Mootools
Pas de solution pour l'instant sauf transformer tout les identifiants
//-------Protopype-scriptaculos
<script type="text/javascript" language="javascript">
// <![CDATA[
$('element_id').appear();
// ]]>
</script>
On 4 jan, 22:18, Mence <olgaysa...@gmail.com> wrote:
> hi.
> i must to use : prototype.js with jquery-1.3.2.min.js (http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js) .
$j=jQuery.noConflict();
then you can use
$j("#some-id").somejQueryFunction().css().html().next().chain....
and $ becomes unpolluted
Alex Mcauley
http://www.thevacancymarket.com
----- Original Message -----
From: "Mence" <olgay...@gmail.com>
To: "Prototype & script.aculo.us" <prototype-s...@googlegroups.com>
Sent: Wednesday, January 06, 2010 9:17 AM
Subject: [Proto-Scripty] Re: prototype.js with jquery-1.3.2.min.js is not
working.
> thank for your reply
>
--------------------------------------------------------------------------------
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> prototype-s...@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scripta...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>
>