0

I have a site that has both Mootools and jQuery present. How will selectivizr choose between them? Is there a way of forcing selectivizr to use Mootools?

Mat
  • 202,337
  • 40
  • 393
  • 406
mattc
  • 47
  • 5
  • I think this answers my question http://groups.google.com/group/ie-css3/browse_thread/thread/df9e3221b9a456be# Selectivizr looks for most compatible library present and uses that one. – mattc Nov 10 '11 at 12:13

1 Answers1

0

Selectivizr will automatically detect the best JavaScript library for the job. If you're already using a library and it doesn't support the selectors you need - just include another one.

from their website (http://selectivizr.com/) last paragraph first column first block…

Romain
  • 812
  • 6
  • 8