function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gkappgkapp 

VF page - Animation

Hi ,  

     Iam trying to display the animation before the results table is displayed . Our scenario is as follows when we type in account name to search it will show the animation image , & then the results table which is working fine . The issue iam facing is that say i search for "apple" it will give me the search results after the animation image , now say i want to search for the word " Orange" . the issue is that when iam hitting the search button the results which were displayed for "apple" is not getting hid . Is there a way to hide the results retrieved from the prior search to be hidden when a new search is started 

 

 

Thanks in advance !

.....................

Best Answer chosen by Admin (Salesforce Developers) 
gkappgkapp

Hi Ganesh 

                        Thanks for reply , fixed it by using <apex:facet>

All Answers

GaneshDGaneshD

You can handle this using client side script. Can you paste sample code of result table?

gkappgkapp

Hi Ganesh 

                        Thanks for reply , fixed it by using <apex:facet>

This was selected as the best answer