-
-
Home
-
Nazionali
-
Convocazioni
bdsmcage.netkinkbdsm.orgbdsmcaning.netgangbangbdsm.com
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
JCEMediaBox.init({popup:{width:"",height:"",legacy:0,lightbox:0,shadowbox:0,resize:1,icons:1,overlay:1,overlayopacity:0.8,overlaycolor:"#000000",fadespeed:500,scalespeed:500,hideobjects:0,scrolling:"fixed",close:2,labels:{'close':'Chiudi','next':'Successivo','previous':'Precedente','cancel':'Annulla','numbers':'{$current} di {$total}'},cookie_expiry:"",google_viewer:0},tooltip:{className:"tooltip",opacity:0.8,speed:150,position:"br",offsets:{x: 16, y: 16}},base:"/",imgpath:"plugins/system/jcemediabox/img",theme:"standard",themecustom:"",themepath:"plugins/system/jcemediabox/themes",mediafallback:0,mediaselector:"audio,video"});
jMA(document).ready(function($) {
"use strict";
// bind change event to select
$('#filter_date_module').on('change', function () {
var filter_date_module = $('#filter_date_module').val(); // get selected value
var menu_item_id = $('#menu_item_id_module').val(); // get selected value
var url = 'index.php?option=com_monthlyarchive';
if (filter_date_module)
{
var date_arr = filter_date_module.split("-");
var year = date_arr[0];
var month = date_arr[1];
if (year)
{
url += '&year=' + year;
}
if (month)
{
url += '&month=' + month;
}
}
else
{
url += '&year=all';
}
if (menu_item_id)
{
url += '&Itemid=' + menu_item_id;
}
url += '&task=archive.goToURL';
$('#maModuleForm').attr('action', url);
$('#maModuleForm').submit();
});
});
jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} });