Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <label>
  2. <input name="foo" type="radio">Fubar
  3. </label>
  4.  
  5. <div class="radio">
  6. <label id="FooLabel">
  7. <input id="pg29Radio0" name="pg29Radio" value="0" checked="checked" type="radio">
  8. <a class="override-link" title="" rel="popover" data-toggle="popover"
  9. data-content="<div style='font-weight:normal'>
  10. Foo popover body text</div>"
  11. href="#" data-original-title="<div style='font-weight:bold; white-space:nowrap'>
  12. Foo popover title text</div>">
  13. Foo
  14. </a>
  15. </label>
  16. </div>
  17. <div class="radio">
  18. <label id="BarLabel">
  19. <input id="pg29Radio1" name="pg29Radio" value="1" type="radio">
  20. Bar
  21. </label>
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement