Hi,
In my layout default.ctp I'm trying to do:
echo $javascript->link('jquery', true);
echo $javascript->link('prototype');I'm also using jquery and defined: var $j = jQuery.noConflict(); along with replacing all the $ with $j in my jquery functions. However my jquery UI still doesn't work properly if I try to link prototype. Any ideas why the noConflict is not resolving this issue? -- View this message in context: http://www.nabble.com/Jquery-noConflict-not-working-tp25778058p25778058.html Sent from the CakePHP mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
