Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

getting an error "TypeError: elem is undefined"

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.

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

getting an error "TypeError: elem is undefined"

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

Alex Van Name
Posts: 0
Joined: Mon Jun 30, 2014 7:36 pm

getting an error "TypeError: elem is undefined"

can you share? I'm getting the same error

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

getting an error "TypeError: elem is undefined"

Alex,

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

getting an error "TypeError: elem is undefined"

Hi Alex,

Are there any service handlers or mapping handlers?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

getting an error "TypeError: elem is undefined"

Hi Alex,

Did you fix it?

Return to “Issues”