If understand it right jQuery 2.0 won't support IE < 9. It'd be great if it would be possible to easily enable jQuery 1.9.x for IE < 9... maybe should embed both versions?
By the way, if I understand it right again, that if one want to support both IE < 9 and IE >= 9 should declare jQuery like this: <!--[if lt IE 9]> <script src="jquery-1.9.0.js"></script> <![endif]--> <!--[if gte IE 9]><!--> <script src="jquery-2.0.0.js"><</script> <!--<![endif]--> How will this work with JS stacks? On Sun, May 26, 2013 at 7:58 PM, Howard Lewis Ship <[email protected]> wrote: > What do people think about moving the embedded jQuery library up to the 2.x > version? I would tend to favor the idea, given that anyone who truly cares > can switch it back. > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > -- Dmitry Gusev AnjLab Team http://anjlab.com
