$(...).midnight is not a function midnight() is not recognized as valid function while following the steps. //sample <script> $(document).ready(function(){ $('nav.fixed').midnight(); }); </script>
$(...).midnight is not a function
midnight() is not recognized as valid function while following the steps.
//sample
<script> $(document).ready(function(){ $('nav.fixed').midnight(); }); </script>