<!DOCTYPE HTML>
<html>
  <script src="../node_modules/jquery/dist/jquery.min.js"></script>
  <script src="../src/jquery-wildcard-selector.js"></script>
  <script src="example.js"></script>

  <div name="foo-1-1">should be red</div>
  <div name="foo-1-2">should be red</div>
  <div name="bar-2-1">shouldn't be red</div>
  <div name="foo-2-1">should be red</div>

</html>