Advertisement
krot

bootstrap Button no Conflict

Feb 26th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.11 KB | None | 0 0
  1. $( function() {
  2. var bootstrapButton = $.fn.button.noConflict();
  3. $.fn.bootstrapBtn = bootstrapButton;
  4.   } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement