Jump to content

User:Airhogs777/wikia.js: Difference between revisions

From SpongeBob Wiki
imported>Airhogs777
...or not. Undo revision 180967 by Airhogs777 (talk)
 
(No difference)

Latest revision as of 23:22, 14 February 2012

if($('#WikiaNotifications').exists()) {
  $('.toolbar').prepend('<ul id="WikiaNotifications" class="WikiaNotifications"></ul>');
}
$('#WikiaNotifications').prepend('<li id="NoticeLI"></li>');
$('#NoticeLI').append('<div id="NoticeDIV" data-type="2">Foo</div>');
$('#NoticeDIV').prepend('<a class="sprite close-notification"></a>');