the subject is pretty descriptive of my problem, I am assuming it won\'t work this way, is there a way to make it work? (workaround)?
Here is the code that is loaded
$(document).on('click','sframe', function() { var seat_number = this.id.match(/\d/g); alert(seat_number); });