|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/plugins12/better-weather/js/ |
(function( $ ) {
//
//$('.better-weather, .better-weather-inline').each(function(){
// var _opt = {} , _data = $(this).data();
// $.each( _data, function( key, value ) {
// switch ( key ){
// case 'location':
// _opt.location = value;
// break;
// case 'locationname':
// _opt.locationName = value;
// break;
// case 'fontcolor':
// _opt.fontColor = value;
// break;
// case 'bgcolor':
// _opt.bgColor = value;
// break;
// case 'style':
// _opt.style = value;
// break;
// case 'nextdays':
// _opt.nextDays = value;
// break;
// case 'animatedicons':
// _opt.animatedIcons = value;
// break;
// case 'mode':
// _opt.mode = value;
// break;
// case 'inlinesize':
// _opt.inlineSize = value;
// break;
// case 'animatedicons':
// _opt.animatedIcons = value;
// break;
// case 'naturalbackground':
// _opt.naturalBackground = value;
// break;
// case 'visitorlocation':
// _opt.visitorLocation = value;
// break;
// case 'unit':
// _opt.unit = value;
// break;
// case 'showunit':
// _opt.showUnit = value;
// break;
// case 'showdate':
// _opt.showDate = value;
// break;
// case 'showlocation':
// _opt.showLocation = value;
// break;
//
// }
// });
//
// $(this).betterWeather( _opt );
//
//});
//
//
})( jQuery );