-
We are not other: It could just as easil...
-
As a parent, you do what you have to do....
-
Child Life – advocating in the com...
-
This is my child. This is what we care a...
-
We felt we better step up and show her t...
-
Finding an experimental trial, study dru...
-
I may not be able to save her, but I can...
-
No one wants to feel like they’re ‘g...
-
I want parents to know to be empowered.
-
He’s doing great. He’s fanta...
-
When he asks to do something, you just w...
-
When it’s not a good fit.
SHARE
Videos
Theme: Advocating for your child
We are not other: It could just as easily been you.
Page: 7 of 10
We are not other: It could just as easily been you.
SHARE
73 / 109
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">