Skip to content

Brighty Box

Ideas for your online presence

  • Home
  • Gallery
  • Liga

Month: April 2018

Simple Slide up jQuery

Posted on April 18, 2018August 4, 2020 by adminBrightyWp

A simple sliding up (usefull for footer menu on mobile, etc)

HTML

 
<h4 class="mobileOnly flip notactive">HELP</h4> 
<nav class="footer-navigation-wrapper panel" role="navigation"></nav> 

jQuery

    $(".flip").click(function(){
        $(".panel").slideToggle("fast");
		  $('.notactive').removeClass('notactive').addClass('active');
		  e.preventDefault();
    }); 
Posted in jQueryLeave a Comment on Simple Slide up jQuery

Recent Posts

  • WordPress Ajax Post Filter
  • Iframe inside bootstrap
  • Link to open bootstrap modal
  • Hiding Sub Field
  • Show code only for first query

Recent Comments

    Archives

    • November 2020
    • August 2020
    • July 2020
    • June 2020
    • March 2020
    • February 2019
    • January 2019
    • October 2018
    • April 2018
    • March 2018
    • February 2018

    Categories

    • CSS
    • jQuery
    • PHP
    • Plugins
    • Softwares / Apps
    • Wordpress

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Proudly powered by WordPress | Theme: ioboot by ioTheme.