/
home
/
sharedstore
/
public_html
/
prestashop.sharedstore.ma
/
js
/
jquery
/
plugins
/
/home/sharedstore/public_html/prestashop.sharedstore.ma/js/jquery/plugins
mkdir
upload
Name
Size
Mode
Actions
ajaxfileupload/
-
0755
rm
alerts/
-
0755
rm
autocomplete/
-
0755
rm
bxslider/
-
0755
rm
chosen/
-
0755
rm
cluetip/
-
0755
rm
fancybox/
-
0755
rm
footable/
-
0755
rm
footable-sort/
-
0755
rm
growl/
-
0755
rm
imgareaselect/
-
0755
rm
jgrowl/
-
0755
rm
jqzoom/
-
0755
rm
jstree/
-
0755
rm
select2/
-
0755
rm
smartWizard/
-
0755
rm
tabpane/
-
0755
rm
thickbox/
-
0755
rm
timepicker/
-
0755
rm
treeview-categories/
-
0755
rm
validate/
-
0755
rm
index.php
1319
0644
edit
dl
rm
jquery.autosize.js
3177
0644
edit
dl
rm
jquery.chosen.js
40437
0644
edit
dl
rm
jquery.colorpicker.js
18263
0644
edit
dl
rm
jquery.cooki-plugin.js
1698
0644
edit
dl
rm
jquery.dimensions.js
2515
0644
edit
dl
rm
jquery.dragtable.js
16915
0644
edit
dl
rm
jquery.easing.js
4955
0644
edit
dl
rm
jquery.excanvas.js
19415
0644
edit
dl
rm
jquery.fieldselection.js
1796
0644
edit
dl
rm
jquery.flip.js
11771
0644
edit
dl
rm
jquery.flot.js
37554
0644
edit
dl
rm
jquery.highlight.js
1364
0644
edit
dl
rm
jquery.hoverIntent.js
1609
0644
edit
dl
rm
jquery.idTabs.js
2149
0644
edit
dl
rm
jquery.ifxtransfer.js
2018
0644
edit
dl
rm
jquery.jqminmax.js
1955
0644
edit
dl
rm
jquery.jscroll.js
15036
0644
edit
dl
rm
jquery.pngFix.js
2572
0644
edit
dl
rm
jquery.scrollTo.js
2676
0644
edit
dl
rm
jquery.serialScroll.js
2013
0644
edit
dl
rm
jquery.sortable.js
2872
0644
edit
dl
rm
jquery.tablednd.js
12115
0644
edit
dl
rm
jquery.tablefilter.js
1917
0644
edit
dl
rm
jquery.tagify.js
3841
0644
edit
dl
rm
jquery.typewatch.js
2298
0644
edit
dl
rm
jquery.validate-creditcard.js
3902
0644
edit
dl
rm
jquery.validate.js
21068
0644
edit
dl
rm
Edit:
/home/sharedstore/public_html/prestashop.sharedstore.ma/js/jquery/plugins/jquery.idTabs.js
(2149B)
/* idTabs ~ Sean Catchpole - Version 1.0 */ /* Options (in any order): start (number|string) Index number of default tab. ex: idTabs(0) String of id of default tab. ex: idTabs("#tab1") default: class "selected" or index 0 return (boolean) True - Url will change. ex: idTabs(true) False - Url will not change. ex: idTabs(false) default: false click (function) Function will be called when a tab is clicked. ex: idTabs(foo) If the function returns true, idTabs will show/hide content (as usual). If the function returns false, idTabs will not take any action. The function is passed three variables: The id of the element to be shown an array of all id's that can be shown and the element containing the tabs MODIFIED BY PRESTASHOP */ (function($){$.fn.idTabs=function(){var s={"start":null,"return":false,"click":null};for(var i=0;i<arguments.length;++i){var n={},a=arguments[i];switch(typeof a){case"object":$.extend(n,a);break;case"number":case"string":n.start=a;break;case"boolean":n["return"]=a;break;case"function":n.click=a;break;};$.extend(s,n);} var self=this;var list=$("a[href^='#']",this).click(function(){if($("a.selected",self)[0]==this) return s["return"];var id="#"+this.href.split('#')[1];var aList=[];var idList=[];$("a",self).each(function(){if(this.href.match(/#/)){aList[aList.length]=this;idList[idList.length]="#"+this.href.split('#')[1];}});if(s.click&&!s.click(id,idList,self))return s["return"];for(i in aList)$(aList[i]).removeClass("selected");for(i in idList){$(idList[i]).addClass('block_hidden_only_for_screen');} $(this).addClass("selected");$(id).removeClass('block_hidden_only_for_screen');return s["return"];});var test;if(typeof s.start=="number"&&(test=list.filter(":eq("+s.start+")")).length) test.click();else if(typeof s.start=="string"&&(test=list.filter("[href='#"+s.start+"']")).length) test.click();else if((test=list.filter(".selected")).length) test.removeClass("selected").click();else list.filter(":first").click();return this;};$(function(){$(".idTabs").each(function(){$(this).idTabs();});});})(jQuery);
Save
cmd:
run