1
xoops 2.5.0
where is the file for this function jquery?
<script type="text/javascript">
// (function($){
$(document).ready(function(){
$.jGrowl("Thanks for login, admin .", { life:3000 , position: "center", speed: "slow" });
});
})(jQuery);
//]]>
This creates problems with other scripts.
I also already added the jQuery library in my theme, and when I login to reinsert this again.
tim