jquery 1.1.2 inline editor conflicts (inop) with new jquery 1.11.2

jquery 1.1.2 inline editor conflicts (inop) with new jquery 1.11.2

Hi, i am trying to update my jquery from an old script that has the jquery.js file and inside that file it has


 /*
 * jQuery 1.1.2 - New Wave Javascript
 *
 * Copyright (c) 2007 John Resig (jquery.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Date: 2007-02-27 17:18:47 -0500 (Tue, 27 Feb 2007) $
 * $Rev: 1460 $
 */ 


I have an inline text editor that allows me to change text in a search string inline.  For example this is for a language database.  I search for a langauge key, and the inline editor allows me to change the key value right on the page by clicking the text, then i save it.

However when i comment out the jquery.js file call  for  1.1.2 and replace with 1.11.2 the inline editor does not work.  So i tried to have both 1.1.2 and 1.11.2 at the same time and same result.

Is there a more current version of the inline editor or should i just leave the 1.1.2 in place for forgoe the update to the new jquery.

Im not sure how to proceed to get this updated or what needs to be done or a place to start other than posting here.  

thanks :)