提交 469e9cd1 编写于 作者: A Abdullah Almsaeed

Update data selector to match the name of the plugin

上级 84ca9cdc
......@@ -2,9 +2,8 @@
* ==========
* Adds the push menu functionality to the sidebar.
*
* @type Function
* @usage: $('.btn').pushMenu(options)
* or add [data-toggle="offcanvas"] to any toggle button
* or add [data-toggle="push-menu"] to any toggle button
* Pass any option as data-option="value"
*/
+function ($) {
......@@ -24,7 +23,7 @@
mainSidebar : '.main-sidebar',
contentWrapper: '.content-wrapper',
searchInput : '.sidebar-form .form-control',
button : '[data-toggle="offcanvas"]',
button : '[data-toggle="push-menu"]',
mini : '.sidebar-mini',
expanded : '.sidebar-expanded-on-hover',
layoutFixed : '.fixed'
......@@ -172,6 +171,6 @@
Plugin.call($(this), 'toggle')
})
$(window).on('load', function () {
Plugin.call($(Selector.button), {})
Plugin.call($(Selector.button))
})
}(jQuery)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册