score:5

Accepted answer

This is what was causing the issue.

<script src="/Scripts/jquery-ui-1.10.3.min.js"></script>

I removed this & it worked. The Jquery UI tooltip & Bootstrap tooltip both included were dis aligning the tooltip.

score:1

Changing the position of the Jquery UI javascript above the Bootstrap UI js will resolve the issue.


Related Query