In my current program I am trying to pull the data-price value and the value=" " as well. I know I need to somehow implement the
$(this).attr( )
but it isn't pulling the right information. I am trying to declare a value called id for the seat name and value price for seat cost whenever the checkbox is selected. Any suggestions?