Advertisement
Guest User

Untitled

a guest
May 29th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {% block js %}
  2.  
  3. <script>
  4.  
  5. (function(){
  6.  
  7. $( '.filter' ).parent().append(glyphicon);
  8.  
  9. $( '#filter-data' ).click(function() {
  10. $( "#sidebar" ).toggle( "blind", {direction: 'left'} );
  11. $( "#icon" ).toggle( "blind", {direction: 'left'} );
  12. });
  13.  
  14. $( '.filter' ).parent().append(glyphicon);
  15.  
  16. })();
  17.  
  18. </script>
  19.  
  20. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement