Hi,
I m having the following js files in my code for EditInPlace...
<?php echo $javascript->link('jquery.js');?>
<?php echo $javascript->link('jquery.editinplace.packed.js');?>
Both these are working good. But i now need to have a calendar in my app..So i have a another js file
<?php echo $javascript->link('jquery-ui-1.7.1.custom.min.js');?>
..Its working correctly..But now my EditInPlace not working..
Wont we can't have two js files in the app.. Even i tried having other two js files protoype,scriptacuolous ..Both works good..But if i include any jquery Tat scripts corresponding to prototype not works... Please suggest me.....