Hello Guys, I am upto developing a tabbed application. It loads tabs with images. on clicking another tab, I have written ajax link that fetches the thumbs specific to those tabs and loads them. Here is the ajax link that i have written in my template.
<?php echo($ajax->link('Random', '/main_tabs/index/random', array('update' => array('ajaxtabloader'), 'loading' => 'Effect.Fade(\'ajaxtabloader\')', 'complete' => 'Effect.Appear(\'ajaxtabloader\')'))); ?></td> Have i fallen into some know issue of scriptaucolous with cake. Please note that i am calling appear on the same div which i am making invisible. -- Thanks & Regards, Novice (http://ishuonweb.wordpress.com/). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---