How to differentiate Event on class objects of backbone
I am new to backbone .I have a view which is dependent upon 3 views vw1 vw2 vw3 of same type vw . Each view has a button . I have registered click event on the class . In click event how do i check if the button was of vw1 or vw2 or vw3