jquery scope issue
- by matthewb
I am having issue with the following:
I can't seem to keep the link I am selecting in each repeated item.
The word "this" is getting lost.
the Var event_id works for each element, but the var $something is undefined?
Why is that, Ideally I wanted to do a switch statement but same issue, can't seem to get it to know what link I click and the…