How to call modal window with parameter in bootstrap?

4

I would like to know how I can call opening a modal window in the bootstrap by passing a parameter. The idea is to open the inserted invoice item to edit the quantity.

    
asked by anonymous 19.08.2014 / 03:30

1 answer

1

You can not pass as a parameter. What you can do is create an input hidden within the modal to play the data you need.

    
19.08.2014 / 05:05