Inserting Javascript Notification jBar after StickyHeader/Header
-
I would like to insert the following code right after the sticky-header/header:
<script> $('#notify').click(function() { $(this).slideUp().empty(); }); $(function() { $('#notify').html('Welcome to the test page!').slideDown(); }); </script> <div id="notify"></div>
Any help? A similar example can be seen here: https://jsfiddle.net/AlienWebguy/Azh4b/
Thanks in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Inserting Javascript Notification jBar after StickyHeader/Header’ is closed to new replies.