I’m using Joomla 2.5 and I use below code to output error messages to the user at the backend.
JFactory::getApplication()->enqueueMessage(JText::_('Error Message goes here'));
What I want to do is hide the error message after few seconds. How can I do it? Do I have to use jQuery or Mootools ? Does it already contains in the Joomla ?
I’m new to Joomla & Hope someone will help me out. Thanks
I have not come across any inbuilt method that joomla provides for this. But you can try this-
As per comment you can try this-