Thank you!
I think i will use jQuery!

Yes it is really confusing to use both...

--- 28/03/09 Cts tarihinde Sid Bachtiar <sid.bacht...@gmail.com> şöyle yazıyor:

Kimden: Sid Bachtiar <sid.bacht...@gmail.com>
Konu: [symfony-users] Re: jQuery + prototype problem
Kime: symfony-users@googlegroups.com
Tarihi: 28 Mart 2009 Cumartesi, 0:56


Yes, even if it is possible, it is still much better to use either,
not both! It is confusing to use both.

But still a great tip in case you have to use both.

On Sat, Mar 28, 2009 at 10:35 AM, Nathan Rzepecki
<webmas...@lionslair.net.au> wrote:
> You can not use JQuery and Prototype at the same time.  All the library's
> use one component of JS and they can not both use it at the same time.
> Unfortunately you can only use one at a time
>
> ---------------------
> Nathan Rzepecki
> http://www.lionslair.net.au
>
> Sid Bachtiar wrote:
>
> Great tip!
>
> I encountered this problem too and in the end I gave up and either use
> one or the other.
>
> 2009/3/28 Dean Farrell <dfarr...@horizon-research.com>:
>
>
> You probably need to use the jQuery.noConflict() function, as both libraries
> are trying to use $, and colliding with each other.  I put it in my page
> header.  Then you'll have to use jQuery() instead of $() for any jOuery
> based functions you run.
>
>
>
> Dean
>
>
>
> ________________________________
>
> From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
> On Behalf Of Guychmyrat Amanmyradov
> Sent: Friday, March 27, 2009 9:10 AM
> To: symfony-users@googlegroups.com
> Subject: [symfony-users] jQuery + prototype problem
>
>
>
> Hi.
> i have forum :
>
>             <?php echo form_remote_tag(array(
>             'update'   => 'wall',
>             'url'      => 'wall/addcomment',
>             'before'   => "if(!\$F('comment')){return false;}",
>             'complete' => "$('comment').value='';"
>             )) ?>
>
> it was working fine. But after i install jQuery it is not working anymore as
> Ajax!
>
> Before, it brings result in ajax and updates wall div. But now, it goes to
> "wall/addcomment" not bringing result!
>
>
>
> ______________________________
> __
>
> Yahoo! Türkiye açýldý!
> Haber, Ekonomi, Videolar, Oyunlar hepsi Yahoo! Türkiye'de!
> www.yahoo.com.tr</font
>
>
>
>
>
> >
>



-- 
Blue Horn Ltd - System Development
http://bluehorn.co.nz





      ___________________________________________________________________
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to