I have a a dismissible popover(data-trigger=\"focus\") with a text box inside it. But as soon as I click inside the text box to type it dissappear because of the \"data-trigger=
You should use tigger: 'click'.
tigger: 'click'
$('.BookAppButton').popover({ title : '', html : 'true', trigger: 'click', content:'Enter name : ' }); });
Enter name :