-
WIBUHAX0R1337
-
/
home
/
cideo
/
www
/
wp-contentVIp
/
plugins
/
Ultimate_VC_Addons
/
assets
/
js
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
SmoothScroll-compatible.js
18.715KB
Edit File
Delete File
Rename
bootstrap-datetimepicker.js
47.895KB
Edit File
Delete File
Rename
classie.js
1.781KB
Edit File
Delete File
Rename
content-box.js
3.482KB
Edit File
Delete File
Rename
count-timer.js
7.676KB
Edit File
Delete File
Rename
countUp.js
5.722KB
Edit File
Delete File
Rename
countdown.js
36.619KB
Edit File
Delete File
Rename
dual-button.js
20.158KB
Edit File
Delete File
Rename
headings.js
4.506KB
Edit File
Delete File
Rename
hotspot-tooltipster.js
44.805KB
Edit File
Delete File
Rename
hotspot.js
3.56KB
Edit File
Delete File
Rename
index.php
0.029KB
Edit File
Delete File
Rename
info-banner.js
1.061KB
Edit File
Delete File
Rename
info-box.js
0.567KB
Edit File
Delete File
Rename
info-circle.js
19.12KB
Edit File
Delete File
Rename
jparallax.js
8.564KB
Edit File
Delete File
Rename
jquery-appear.js
3.183KB
Edit File
Delete File
Rename
jquery-ui-effect.js
31.007KB
Edit File
Delete File
Rename
jquery-ui-labeledslider.js
4.438KB
Edit File
Delete File
Rename
jquery.sticky-kit.js
7.655KB
Edit File
Delete File
Rename
masonry.js
24.492KB
Edit File
Delete File
Rename
mb-YTPlayer.js
76.418KB
Edit File
Delete File
Rename
modal.js
12.988KB
Edit File
Delete File
Rename
modernizr-custom.js
8.189KB
Edit File
Delete File
Rename
range-slider-touch-punch.js
4.955KB
Edit File
Delete File
Rename
range-slider.js
10.232KB
Edit File
Delete File
Rename
slick-custom.js
2.008KB
Edit File
Delete File
Rename
slick.js
33.351KB
Edit File
Delete File
Rename
smoothscoll-mousewheel.js
0.996KB
Edit File
Delete File
Rename
smoothscroll-easing.js
4.439KB
Edit File
Delete File
Rename
smoothscroll-simplr-smoothscroll.js
1.403KB
Edit File
Delete File
Rename
snap-svg.js
65.424KB
Edit File
Delete File
Rename
sticky-section.js
11.873KB
Edit File
Delete File
Rename
swatchbook.js
4.819KB
Edit File
Delete File
Rename
tabs-accordion.js
15.687KB
Edit File
Delete File
Rename
tabs.js
25.799KB
Edit File
Delete File
Rename
teams.js
3.998KB
Edit File
Delete File
Rename
tooltip.js
11.809KB
Edit File
Delete File
Rename
typed.js
12.216KB
Edit File
Delete File
Rename
ultimate-params.js
4.022KB
Edit File
Delete File
Rename
ultimate_bg.js
73.253KB
Edit File
Delete File
Rename
vc-fronteditor.js
0.354KB
Edit File
Delete File
Rename
vc-inline-editor.js
1.709KB
Edit File
Delete File
Rename
vc_column.js
1.224KB
Edit File
Delete File
Rename
vhparallax.js
7.502KB
Edit File
Delete File
Rename
video-banner.js
1.85KB
Edit File
Delete File
Rename
vticker.js
6.647KB
Edit File
Delete File
Rename
(function(jQuery) { jQuery(document).ready(function(){ //jQuery(window).on('resize', function() { var width=jQuery( window ).width(); //alert(width); if(width>300 && width <768) { //alert('tsmall'); var bshadow="inset 0px -200px 0px 0px "; var bshadow2=" inset 0px 200px 0px 0px "; } /*else if(width>400 && width <750) { //alert('small'); var bshadow="inset -200px 0 0 0 "; var bshadow2="inset 200px 0 0 0"; }*/ else if( width>768 && width<1015){ //alert('medi'); var bshadow="inset 0px -200px 0px 0px "; var bshadow2=" inset 0px 200px 0px 0px "; } else{ //alert('bgr'); var bshadow="inset -200px 0 0 0 "; var bshadow2="inset 200px 0 0 0"; } // }).trigger('resize'); /*--- bt1 ----*/ jQuery(document).on("mouseenter", ".ult_dual1", function() { var style=jQuery(this).find('.ult-dual-btn-1').attr('class'); var arr=style.split(" "); var style=arr[1]+arr[2]; if(style=='Style1') { var bghover = jQuery(this).find('.ult-dual-btn-1').data('bghovercolor'); //jQuery(this).css({'background-color':bghover}); jQuery(this)[0].style.setProperty( 'background-color', bghover, 'important' ); } if(style=='Style2') { var bghover = jQuery(this).find('.ult-dual-btn-1').data('bghovercolor'); // jQuery(this).css({'box-shadow':bshadow+bghover}) } if(style=='Style3') { var bghover = jQuery(this).find('.ult-dual-btn-1').data('bghovercolor'); jQuery(this).css({'box-shadow':' inset 0 0 20px 50px '+bghover}) } if(style!='undefined') { var iconhover = jQuery(this).find('.ult-dual-btn-1').data('icon_hover_color'); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon').css({'color':iconhover}); var iconbghover = jQuery(this).find('.ult-dual-btn-1').data('iconbghovercolor'); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon').css({'background':iconbghover}); var iconborderhover = jQuery(this).find('.ult-dual-btn-1').data('iconhoverborder'); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon').css({'border-color':iconborderhover}); //for image hover jQuery(this).find('.ult-dual-btn-1').find('.aio-icon-img').css({'background':iconbghover}); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon-img').css({'border-color':iconborderhover}); var titlehover = jQuery(this).find('.ult-dual-btn-1').data('texthovercolor'); jQuery(this).find('.ult-dual-btn-1').find('.ult-dual-button-title').css({'color':titlehover}); } }); jQuery(document).on("mouseleave", ".ult_dual1", function() { var style1=jQuery(this).find('.ult-dual-btn-1').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; if(style1=='Style1'){ var bgcolor = jQuery(this).find('.ult-dual-btn-1').data('bgcolor'); //jQuery(this).css({'background-color':bgcolor}); jQuery(this)[0].style.setProperty( 'background-color', bgcolor, 'important' ); } if(style1=='Style2') { var bgcolor = jQuery(this).find('.ult-dual-btn-1').data('bgcolor'); //jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } if(style1=='Style3') { var bgcolor = jQuery(this).find('.ult-dual-btn-1').data('bgcolor'); jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } if(style1!='undefined') { var iconcolor = jQuery(this).find('.ult-dual-btn-1').data('icon_color'); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon').css({'color':iconcolor}); var titlecolor = jQuery(this).find('.ult-dual-btn-1').data('textcolor'); jQuery(this).find('.ult-dual-btn-1').find('.ult-dual-button-title').css({'color':titlecolor}); var iconbgcolor = jQuery(this).find('.ult-dual-btn-1').data('iconbgcolor'); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon').css({'background':iconbgcolor}); var iconbordercolor = jQuery(this).find('.ult-dual-btn-1').data('iconborder'); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon').css({'border-color':iconbordercolor}); //for image hover jQuery(this).find('.ult-dual-btn-1').find('.aio-icon-img').css({'background':iconbgcolor}); jQuery(this).find('.ult-dual-btn-1').find('.aio-icon-img').css({'border-color':iconbordercolor}); } }); /*--- bt2 ----*/ jQuery(document).on("mouseenter", ".ult_dual2", function() { var style1=jQuery(this).find('.ult-dual-btn-2').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; if(style1=='Style1'){ var bghover = jQuery(this).find('.ult-dual-btn-2').data('bghovercolor'); //jQuery(this).css({'background-color':bghover}); jQuery(this)[0].style.setProperty( 'background-color', bghover, 'important' ); } if(style1=='Style2') { var bghover = jQuery(this).find('.ult-dual-btn-2').data('bghovercolor'); // jQuery(this).css({'box-shadow':bshadow2+bghover}); } if(style1=='Style3') { var bghover = jQuery(this).find('.ult-dual-btn-2').data('bghovercolor'); jQuery(this).css({'box-shadow':' inset 0 0 20px 50px '+bghover}); } if(style1!='undefined') { var iconhover = jQuery(this).find('.ult-dual-btn-2').data('icon_hover_color'); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon').css({'color':iconhover}); var titlehover = jQuery(this).find('.ult-dual-btn-2').data('texthovercolor'); jQuery(this).find('.ult-dual-btn-2').find('.ult-dual-button-title').css({'color':titlehover}); var iconbghover = jQuery(this).find('.ult-dual-btn-2').data('iconbghovercolor'); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon').css({'background':iconbghover}); var iconborderhover = jQuery(this).find('.ult-dual-btn-2').data('iconhoverborder'); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon').css({'border-color':iconborderhover}); //for image hover jQuery(this).find('.ult-dual-btn-2').find('.aio-icon-img').css({'background':iconbghover}); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon-img').css({'border-color':iconborderhover}); } }); jQuery(document).on("mouseleave", ".ult_dual2", function() { var style1=jQuery(this).find('.ult-dual-btn-2').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; if(style1=='Style1'){ var bgcolor = jQuery(this).find('.ult-dual-btn-2').data('bgcolor'); //jQuery(this).css({'background-color':bgcolor}); jQuery(this)[0].style.setProperty( 'background-color', bgcolor, 'important' ); } if(style1=='Style2') { var bgcolor = jQuery(this).find('.ult-dual-btn-2').data('bgcolor'); //jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } if(style1=='Style3') { var bgcolor = jQuery(this).find('.ult-dual-btn-2').data('bghovercolor'); jQuery(this).css({'box-shadow':' inset 0 0 0 0 '+bgcolor}); } if(style1!='undefined') { var iconcolor = jQuery(this).find('.ult-dual-btn-2').data('icon_color'); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon').css({'color':iconcolor}); var titlecolor = jQuery(this).find('.ult-dual-btn-2').data('textcolor'); jQuery(this).find('.ult-dual-btn-2').find('.ult-dual-button-title').css({'color':titlecolor}); var iconbgcolor = jQuery(this).find('.ult-dual-btn-2').data('iconbgcolor'); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon').css({'background':iconbgcolor}); var iconbordercolor = jQuery(this).find('.ult-dual-btn-2').data('iconborder'); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon').css({'border-color':iconbordercolor}); //for image hover jQuery(this).find('.ult-dual-btn-2').find('.aio-icon-img').css({'background':iconbgcolor}); jQuery(this).find('.ult-dual-btn-2').find('.aio-icon-img').css({'border-color':iconbordercolor}); } }); }); /*---for button----*/ jQuery(document).on("mouseenter", ".ult_main_dualbtn", function() { var mainhoverborder = jQuery(this).data('bhcolor'); //jQuery(this).find('.ivan-button').css({'border-color':mainhoverborder}); }); jQuery(document).on("mouseleave", ".ult_main_dualbtn", function() { var mainborder = jQuery(this).data('bcolor'); //jQuery(this).find('.ivan-button').css({'border-color':mainborder}); }); }( jQuery )); jQuery(document).ready(function(e){ //alert('hi'); jQuery( ".ult_main_dualbtn" ).each(function( index ) { var ht1=jQuery(this).find('.ult_dual1').outerHeight(); ht1=parseInt(ht1); var ht2=jQuery(this).find('.ult_dual2').outerHeight(); ht2=parseInt(ht2); if(ht1>ht2) { jQuery(this).find('.ult_dual2').css({'height':ht1}); jQuery(this).find('.ult_dual1').css({'height':ht1}); } else if(ht1<ht2) { jQuery(this).find('.ult_dual1').css({'height':ht2}); jQuery(this).find('.ult_dual2').css({'height':ht2}); } else if(ht1==ht2) { jQuery(this).find('.ult_dual1').css({'height':ht2}); jQuery(this).find('.ult_dual2').css({'height':ht2}); } }); }); function recallme(){ jQuery( ".ult_dual_button" ).each(function( index ) { var id=jQuery(this).attr("id"); var response=jQuery(this).data("response"); if(response=='undefined' || response==''){ response='on'; } if(response=="on") { var style =id; style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = "@media(min-width:300px) and (max-width:768px) {"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper { margin: 0px;float: none;position: relative}.ult_main_dualbtn { display: inline-block}.ult_dualbutton-wrapper { display: block }"+"#"+id+".ult_dual_button .middle-text {top: 100%;right: 50%}"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button { border-bottom-right-radius: 0!important; border-bottom-left-radius: 0!important; border-top-right-radius: inherit; border-bottom: 0px!important;}"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button { border-top-left-radius: 0!important;border-top-right-radius: 0!important}}@media(min-width:0px) and (max-width:0px) {"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper { float: left; position: relative}.ult_dual1 { border-right: none!important } .ult_dualbutton-wrapper {display: block}"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button { border-top-right-radius: 0!important; border-bottom-right-radius: 0!important}"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button { border-top-left-radius: 0!important; border-bottom-left-radius: 0!important }}@media(min-width:768px) and (max-width:970px) { "+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper { margin: -4px; float: none; position: relative }.ult_dualbutton-wrapper { display: block} "+"#"+id+".ult_dual_button .middle-text { top: 100%; right: 50% }"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button { border-bottom-right-radius: 0!important; border-bottom-left-radius: 0!important; border-top-right-radius: inherit }"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button { border-top-left-radius: 0!important; border-top-right-radius: 0!important }}@media(min-width:970px){ "+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button { border-top-right-radius: 0!important; border-bottom-right-radius: 0!important}"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button { border-top-left-radius: 0!important; border-bottom-left-radius: 0!important }"+"#"+id+".ult_dual_button .ult_dual1 { border-right: none!important}}"; document.getElementsByTagName('head')[0].appendChild(style); document.getElementsByTagName('head')[0].appendChild(style); var width=jQuery( window ).width(); var b1w = jQuery(this).find('.ult_dual1').outerWidth(); var b2w = jQuery(this).find('.ult_dual2').outerWidth(); //alert(width); if(width>300 && width <=768) { //alert('tsmall'); var bshadow="inset 0px -"+b1w+"px 0px 0px "; var bshadow2=" inset 0px "+b2w+"px 0px 0px "; } /* else if(width>400 && width <750) { //alert('small'); var bshadow="inset -"+b1w+"px 0 0 0 "; var bshadow2="inset "+b2w+"px 0 0 0"; }*/ else if( width>768 && width<1015){ //alert('medi'); var bshadow="inset 0px -"+b1w+"px 0px 0px "; var bshadow2=" inset 0px "+b2w+"px 0px 0px "; } else{ //alert('bgr'); var bshadow="inset -"+b1w+"px 0 0 0 "; var bshadow2="inset "+b2w+"px 0 0 0"; } //change box shaddow of button1 jQuery("#"+id).find(".ult_dual1").mouseenter(function(){ var style=jQuery(this).find('.ult-dual-btn-1').attr('class'); var arr=style.split(" "); var style=arr[1]+arr[2]; if(style=='Style2') { // var bshadow="inset 0px -200px 0px 0px "; var bghover = jQuery(this).find('.ult-dual-btn-1').data('bghovercolor'); jQuery(this).css({'box-shadow':bshadow+bghover}) } }); jQuery("#"+id).find(".ult_dual1").mouseleave(function(){ var style=jQuery(this).find('.ult-dual-btn-1').attr('class'); var arr=style.split(" "); var style=arr[1]+arr[2]; if(style=='Style2') { var bgcolor = jQuery(this).find('.ult-dual-btn-1').data('bgcolor'); jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } }); //change box shaddow of button2 jQuery("#"+id).find(".ult_dual2").mouseenter(function(){ var style1=jQuery(this).find('.ult-dual-btn-2').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; if(style1=='Style2') { //var bshadow2=" inset 0px 200px 0px 0px "; var bghover = jQuery(this).find('.ult-dual-btn-2').data('bghovercolor'); jQuery(this).css({'box-shadow':bshadow2+bghover}); } }); jQuery("#"+id).find(".ult_dual2").mouseleave(function(){ var style1=jQuery(this).find('.ult-dual-btn-2').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; if(style1=='Style2') { var bgcolor = jQuery(this).find('.ult-dual-btn-2').data('bgcolor'); jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } }); } else{ var style =id; style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = "#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button { border-top-right-radius: 0!important; border-bottom-right-radius: 0!important }"+"#"+id+".ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button { border-top-left-radius: 0!important; border-bottom-left-radius: 0!important }"+"#"+id+".ult_dual_button .ult_dual1 { border-right: none!important}"; document.getElementsByTagName('head')[0].appendChild(style); document.getElementsByTagName('head')[0].appendChild(style); //change box shaddow of button1 jQuery("#"+id).find(".ult_dual1").mouseenter(function(){ var style=jQuery(this).find('.ult-dual-btn-1').attr('class'); var arr=style.split(" "); var style=arr[1]+arr[2]; var wd = jQuery(this).outerWidth(); if(style=='Style2') { var bshadow="inset -"+wd+"px 0 0 0 "; var bghover = jQuery(this).find('.ult-dual-btn-1').data('bghovercolor'); jQuery(this).css({'box-shadow':bshadow+bghover}) } }); jQuery("#"+id).find(".ult_dual1").mouseleave(function(){ var style=jQuery(this).find('.ult-dual-btn-1').attr('class'); var arr=style.split(" "); var style=arr[1]+arr[2]; if(style=='Style2') { var bgcolor = jQuery(this).find('.ult-dual-btn-1').data('bgcolor'); jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } }); //change box shaddow of button2 jQuery("#"+id).find(".ult_dual2").mouseenter(function(){ var style1=jQuery(this).find('.ult-dual-btn-2').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; var wd = jQuery(this).outerWidth(); if(style1=='Style2') { var bshadow2="inset "+wd+"px 0 0 0"; var bghover = jQuery(this).find('.ult-dual-btn-2').data('bghovercolor'); jQuery(this).css({'box-shadow':bshadow2+bghover}); } }); jQuery("#"+id).find(".ult_dual2").mouseleave(function(){ var style1=jQuery(this).find('.ult-dual-btn-2').attr('class'); var arr=style1.split(" "); var style1=arr[1]+arr[2]; if(style1=='Style2') { var bgcolor = jQuery(this).find('.ult-dual-btn-2').data('bgcolor'); jQuery(this).css({'box-shadow':'inset 0px 0 0 0 '+bgcolor}); } }); } }); } //responsive media query for button jQuery(document).ready(function(p){ recallme(); jQuery( window ).load(function() { //console.log("hi"); recallme(); }); jQuery( window ).resize(function() { //console.log("hi"); recallme(); }); });
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat