I have a modal box in jQuery which I have created to display some embed code. I want the script to take the id of the link that is clicked but I can\'t
Instead of referencing the class, which will grab all members of that class, you need to reference $(this) so you can get that unique link when it is clicked.