2015 ANNUAL CONFERENCE: INSPIRED UX DESIGN
Join us in 3 days full of inspiration and education on User Experience. 12 speakers will provide insights into their work and offer ways to make us all better at what we do.
2015 ANNUAL CONFERENCE: INSPIRED UX DESIGN
Join us in 3 days full of inspiration and education on User Experience. 12 speakers will provide insights into their work and offer ways to make us all better at what we do.
2015 ANNUAL CONFERENCE: INSPIRED UX DESIGN
Join us in 3 days full of inspiration and education on User Experience. 12 speakers will provide insights into their work and offer ways to make us all better at what we do.
jQuery(document).ready(function(JQuery){
jQuery(‘.ht-countdown-hook’).each(function() {
var $thisCountDown = jQuery(this);
var dayText = ($thisCountDown.data(‘day-text’) == undefined) ? ‘days’ : $thisCountDown.data(‘day-text’);
var hourText = ($thisCountDown.data(‘hour-text’) == undefined) ? ‘hours’ : $thisCountDown.data(‘hour-text’);
var minText = ($thisCountDown.data(‘min-text’) == undefined) ? ‘minutes’ : $thisCountDown.data(‘min-text’);
var secText = ($thisCountDown.data(‘sec-text’) == undefined) ? ‘secconds’ : $thisCountDown.data(‘sec-text’);
if( secText == ” ){
$thisCountDown.countdown({
date: jQuery(this).data(‘date’),
refresh: 1000*60,
render: function(data) {
jQuery(this.el).html(
“” + this.leadingZeros(((data.years > 0) ? data.years * 365 : data.days) , 3) + “” + dayText + ” “+
“” + this.leadingZeros(data.hours, 2) + ” ” + hourText + “”+
“” + this.leadingZeros(data.min, 2) + ” ” + minText + “”);
}
});
}else{
$thisCountDown.countdown({
date: jQuery(this).data(‘date’),
refresh: 1000,
render: function(data) {
jQuery(this.el).html(
“” + this.leadingZeros(((data.years > 0) ? data.years * 365 : data.days) , 3) + “” + dayText + ” “+
“” + this.leadingZeros(data.hours, 2) + ” ” + hourText + “”+
“” + this.leadingZeros(data.min, 2) + ” ” + minText + “”+
“” + this.leadingZeros(data.sec, 2) + ” ” + secText + “”);
}
});
}
})
});
EVENT WILL START IN
Fusce in odio ac diam finibus tempus. Suspendisse potenti. Etiam accumsan purus magna, et viverra neque volutpat fermentum. Vivamus consequat, felis at aliquam elementum.
Recent Comments