Can help me? I want to use a div as a twitter bootstrap modal link. when i will click on a div it will call a modal. is it possible? if possible then please show me a way. I think it is possible but i dont know how to do this. please help me.
Share
Use
$modal.modal('show');in youronclickevent handler.HTML:
JavaScript:
DEMO