nikku/jquery-bootstrap-scripting

Can't pass HTML button contents to modal

Closed this issue · 2 comments

I noticed that I can't include icons inside my buttons. This is especially useful if your design is a sort of modal wizard. I was able to "fix" this by changing the name property of button (line 202) to button.html() instead of button.text() then write it as button.html() instead of button.text() (line 370). Is this something that could get patched into the trunk?

Could you submit a pull request for that?

I submitted a pull request. This is my first one on Github so if I did something wrong let me know.