check-price.js 221 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 $(function(){ // get the click of the create button $('.modalButton').click(function (){ $('#modal').modal('show') .find('#modalContent') .load($(this).attr('value')); }); });