artberri / sidr

Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
http://www.berriart.com/sidr/
MIT License
2.89k stars 597 forks source link

get rid of the "undefined" message #344

Open outline4 opened 5 years ago

outline4 commented 5 years ago

Hi, Whenever one of the "source" divs is not present, it will display "undefined".

my situation: source: '#main_nav, #sub_nav'

sometimes there's no #sub_nav, so within the sidr-inner div it will display 'undefined' instead of nothing.

It would be nice if the plugin could fail more gracefully.

Cheers Stefan

btw: I love sidr ;)