X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fcouteau_suisse%2Fcouteau_suisse%2Foutils%2Fjcorner.js.html;fp=www%2Fplugins%2Fauto%2Fcouteau_suisse%2Fcouteau_suisse%2Foutils%2Fjcorner.js.html;h=ce3c7a11297db98d4e7ec8ebdc869bc116b30579;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/plugins/auto/couteau_suisse/couteau_suisse/outils/jcorner.js.html b/www/plugins/auto/couteau_suisse/couteau_suisse/outils/jcorner.js.html new file mode 100644 index 0000000..ce3c7a1 --- /dev/null +++ b/www/plugins/auto/couteau_suisse/couteau_suisse/outils/jcorner.js.html @@ -0,0 +1,6 @@ +if (window.jQuery) jQuery.fn.jc_ajouter_parent = function(color, padding, margin) { + color = ((typeof color=='undefined') || (color==''))?'':(' background-color:'+color+';'); + if ((typeof padding=='undefined') || (padding=='')) padding = '4px'; + if ((typeof margin=='undefined') || (margin=='')) margin = '4px 0'; + return this.wrap('
<\/div>'); +}; \ No newline at end of file