Advertisement
srikat

Untitled

Jun 15th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. jQuery(function( $ ){
  2.  
  3. $(".nav-primary").stick_in_parent()
  4. .on("sticky_kit:stick", function(e) {
  5. $( ".menu-toggle" ).insertBefore( ".site-container" );
  6. $( this ).insertBefore( ".site-container" );
  7. });
  8.  
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement