Page 1 of 1

getting an error "TypeError: elem is undefined"

Posted: Sat Aug 24, 2013 10:35 pm
by Ram

Dear Appery,

I truly hope you'll be able to help me though it may be out of your support scope... i'm trying to implement this beautiful CountDown, i added the JS asset and on the page load event i pasted the following:

precode
// Initiate Countdown
$('#countdown_dashboard').countDown({
targetOffset: {
'day': 0,
'month': 0,
'year': 0,
'hour': 0,
'min': 0,
'sec': 0
}
});

// Set by date/time offset
function set_by_offset() {
$('#countdown_dashboard').stopCountDown();
$('#countdown_dashboard').setCountDown({
targetOffset: {
'day': 0,
'month': 0,
'year': 0,
'hour': 2,
'min': 0,
'sec': 0
}
});
$('#countdown_dashboard').startCountDown();
}

//var x = set_by_offset()
/code/pre

when i load the page i get this error:
precode
TypeError: elem is undefined
jquery-1.8.2.js (line 1718)
var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ];
/code/pre

hope you'll be able to figure this out!!
Best,
R.


getting an error "TypeError: elem is undefined"

Posted: Sun Aug 25, 2013 12:17 am
by Ram

i think i figured some of it out, i'll try and keep you posted, TIA!


getting an error "TypeError: elem is undefined"

Posted: Sun Jul 27, 2014 2:55 am
by Alex Van Name

can you share? I'm getting the same error


getting an error "TypeError: elem is undefined"

Posted: Sun Jul 27, 2014 3:16 am
by Alena Prykhodko

Alex,

Could you please post a code where you get the error?
Where do you place it in app?


getting an error "TypeError: elem is undefined"

Posted: Tue Jul 29, 2014 1:02 am
by Alex Van Name

yes


getting an error "TypeError: elem is undefined"

Posted: Tue Jul 29, 2014 1:03 am
by Alex Van Name

getting an error "TypeError: elem is undefined"

Posted: Tue Jul 29, 2014 8:41 pm
by Kateryna Grynko

Hi Alex,

Are there any service handlers or mapping handlers?


getting an error "TypeError: elem is undefined"

Posted: Tue Aug 19, 2014 10:14 am
by Kateryna Grynko

Hi Alex,

Did you fix it?