Current Path : /home/krishnamexports/public_html/panel/popup/ |
Current File : /home/krishnamexports/public_html/panel/popup/off-canvas.js |
(function($) { 'use strict'; $(function() { $('[data-toggle="offcanvas"]').on("click", function() { $('.sidebar-offcanvas').toggleClass('active') }); }); })(jQuery);