is there a way to pass additional data to bootstrap modal function callback?
for example, lets say my link that causes the modal to open has an extra attribute in it wit
Like this -
Edit Task List $('#modal_opener').click(function() { var stuff_i_want = $(this).attr('data-extrastuff'); });