From 4407a48731c6e9f5a17ed9d2cf82553a4d3e8600 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Sat, 23 Oct 2010 01:46:00 +0800 Subject: [PATCH] remove the message that jquery 1.4.2 is not recommended. The issue http://jsbin.com/uboxu3/7/ refers to is a jQuery issue and not jquery-ujs issue. jquery-ujs should not be recommending one version over another just because a version has a few bugs. --- README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 523afdea..316c5be9 100644 --- a/README.rdoc +++ b/README.rdoc @@ -23,8 +23,7 @@ There is no step three. == Manual installation -jQuery 1.4, 1.4.1, 1.4.2 and 1.4.3 can be used. However because of http://jsbin.com/uboxu3/7/ issue which is present in jQuery 1.4.2 version, it is highly -recommended to use jQuery 1.4.3. +jQuery 1.4, 1.4.1, 1.4.2 and 1.4.3 can be used. === Step 1