Untitled


SUBMITTED BY: Guest

DATE: Feb. 14, 2015, 9:17 p.m.

FORMAT: Text only

SIZE: 447 Bytes

HITS: 697

  1. $( "iframe" ).load(function() {
  2. $("iframe").contents().find("b").html(function(_, html) {
  3. return html.replace(/(bd{1,3}.d{1,3}.d{1,3}.d{1,3}b)/, '<a href="http://$1/" target="_blank">$1</a>');
  4. });
  5. });
  6. <li>
  7. <ul>
  8. <li>
  9. <b>MyRouter1 - 192.168.1.1</b>
  10. </li>
  11. <li>
  12. <b>MyRouter2 - 192.168.1.2</b>
  13. </li>
  14. </ul>
  15. </li>

comments powered by Disqus