PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
js
/
elements
/** * UpSolution Element: Message */ ( function( $ ) { "use strict"; $.fn.usMessage = function() { return this.each( function() { var $this = $( this ), $closer = $this.find( '.w-message-close' ); $closer.click( function() { $this.wrap( '<div></div>' ); var $wrapper = $this.parent(); $wrapper.css( { overflow: 'hidden', height: $this.outerHeight( true ) } ); $wrapper.performCSSTransition( { height: 0 }, 300, function() { $wrapper.remove(); $us.$canvas.trigger( 'contentChange' ); }, 'cubic-bezier(.4,0,.2,1)' ); } ); } ); }; $( function() { $( '.w-message' ).usMessage(); } ); } )( jQuery );
[+]
..
[-] counter.min.js
[edit]
[-] grid.js
[edit]
[-] itext.min.js
[edit]
[-] message.js
[edit]
[-] gallery.js
[edit]
[-] dropdown.js
[edit]
[-] popup.js
[edit]
[-] progbar.min.js
[edit]
[-] itext.js
[edit]
[-] menu.js
[edit]
[-] grid.min.js
[edit]
[-] page-scroller.js
[edit]
[-] sharing.min.js
[edit]
[-] menu.min.js
[edit]
[-] page-scroller.min.js
[edit]
[-] gallery.min.js
[edit]
[-] slider.js
[edit]
[-] popup.min.js
[edit]
[-] flipbox.min.js
[edit]
[-] gmaps.js
[edit]
[-] tabs.js
[edit]
[-] dropdown.min.js
[edit]
[-] progbar.js
[edit]
[-] gmaps.min.js
[edit]
[-] sharing.js
[edit]
[-] lmaps.min.js
[edit]
[-] lmaps.js
[edit]
[-] counter.js
[edit]
[-] tabs.min.js
[edit]
[-] slider.min.js
[edit]
[-] flipbox.js
[edit]
[-] message.min.js
[edit]