Hello, I am implementing the Really Simple History(RSH) for my ajax application on ruby-on-rails. I am using jquery layout for laying out the page which gets updated with ajax calls. In order to implement the back button in my application I am trying to use RSH. RSH library has dependency on Json library. As soon as I include Json2007 library (included before jquery library otherwise I run into number of java script errors) the layout of my index page get disturbed. The index page of my application is login page and the login form simply disappears as soon as I include the Json2007.
Has anyone hit similar issue and found a solution? Is yes please share how the problem was resolved. Any pointers/help/suggestion to help resolve the above issue is appreciated. Nitin