entsearchscript.js 199 B

12345678910
  1. $(function () {
  2. $("#regionBtn").on("click",function () {
  3. //alert($(this).text())
  4. })
  5. $(".region-content>font").on("click",function () {
  6. //alert($(this).text())
  7. })
  8. })