Created by: notsobad
In bootstrap-tooltip.js, if your html looks like this:
<span rel="tooltip" title="<script>alert(document.cookie)</script>">test</span>
when onmouseover, it will popup an alert box about document.cookie.
Created by: notsobad
In bootstrap-tooltip.js, if your html looks like this:
<span rel="tooltip" title="<script>alert(document.cookie)</script>">test</span>
when onmouseover, it will popup an alert box about document.cookie.