On Click not working for selection tag

I’m trying to have an item show when a selection tag is clicked like this:

export function ContempTag_click ( event ) {
$w ( ‘#img1’ ). show ();
}

However, it doesn’t work. How do I have to change the code?

I appreciate any help.