EduardET

Untitled

Mar 21st, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         var mobile_menu = $('#mobile_menu'),
  5.             first_item = $('#mobile_menu li:first-child');
  6.         mobile_menu.prepend('<li class="menu-item custom-search-form"><form role="search" method="get" id="searchform" class="searchform" action="http://www.plateandmore.com/"><div><label class="screen-reader-text" for="s">Search for:</label><input type="text" value="" name="s" id="s" placeholder="Search products here"><input type="submit" id="searchsubmit" value="Search"></div></form></li>')
  7.     });
  8. })(jQuery);
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment