Guest User

Untitled

a guest
Jan 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (function($){
  2. $.fn.descontextualize = function(settings) {
  3. var config = {
  4. message: "It's alive"
  5. };
  6. $.extend(config, settings);
  7. alert(config.message);
  8. }
  9. })(jQuery);
  10.  
  11. // Thanks, Kuroir
Add Comment
Please, Sign In to add comment