I have a this working countdown timer in jQuery but for now I'm just statically setting the target date but I need to set the target date using an attribute from my instance variable, but the value is not showed on the page so I guess can't get it directly by using $("#date")...I need something like this:
$('#countdown_dashboard').countDown({
targetDate: {
'min': my_instance_date_min
}
)}