Posted April 29th 2013, 8:34 pm
Is it possible to do that??
Toobar Fade effects when clicking "Welcome ***"
Toobar Fade effects when clicking "Welcome ***"
Message (Page 1 of 1)
Posted April 29th 2013, 8:34 pm
Posted April 29th 2013, 8:35 pm
$(window).load(function () {
$('#fa_welcome').click(function () {
$('#fa_menulist').fadeToggle();
});
});
$(window).load(function () {
$('#fa_notifications').click(function () {
$('#notif_list').fadeToggle();
});
});
Posted April 29th 2013, 8:39 pm
Posted April 29th 2013, 8:42 pm
$(window).load(function(){
var x = document.getElementById('fa_usermenu').getElementsByTagName('img')[0].src;
document.getElementById('fa_notifications').insertAdjacentHTML('afterbegin', '<img style="margin-bottom: -3px;" src="IMAGELINKHERE"/>');
});
Message (Page 1 of 1)
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum
In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None