You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery UI has a great selection of icons that could be used with the menu entries. However, your plugin does not support these icons out of the box. I have included the changes I make below in hopes of having this as the default icon support in this plugin.
Yes, and someone else might prefer to actually use an <img>. For that reason I've decided to add a configurable iconHook (being an overwritable callback) that anyone can modify to their liking. I'll keep this issue open as a reference…
jQuery UI has a great selection of icons that could be used with the menu entries. However, your plugin does not support these icons out of the box. I have included the changes I make below in hopes of having this as the default icon support in this plugin.
line 1078 change if block to:
The text was updated successfully, but these errors were encountered: