findSpecialist.js 150 B

123456789
  1. /**
  2. * Created by lenovo on 2017/5/22.
  3. */
  4. $(function() {
  5. $('.dot1').dotdotdot();
  6. //$('#dot2').dotdotdot();
  7. //$('#dot3').dotdotdot();
  8. });