Change view when clicking on another item? [closed]

-1

I'm making an email application and I want it to change when I click the email being viewed.

What I want to happen is:

I want to apply the same function in both parts. As for clicking on the email, if I click on the sender2 I want it to appear in the preview area, if I click on another, I want this one to be shown ... Without reloading the page. >

Is it feasible to do these functions ??

    
asked by anonymous 25.08.2017 / 15:44

1 answer

0

Okay, do a function that gets the email id

This function will be responsible for when triggered to search the information of the clicked email and fill in the field of the direct.

Did you understand logic?

    
25.08.2017 / 23:04