This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! BeaverBuilder Add Panel Option for jQuery v1.00 | |
| * http://www.badabing.nl/jquery-plugins/beaverbuilder-paneloptions/ | |
| * Do not remove any of this notice (you're welcome to use this code in commercial projects) | |
| * Copyright (c) 2016 Didou Schol www.badabing.nl | |
| * Licensed under the MIT license */ | |
| ( function ( $ ) { | |
| $.extend ({ | |
| bbAddPanel: function ( options ) { | |
| // DEFAULT OPTIONS |
NewerOlder