Cross Browser xlibrary .js

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tom SImon

    Cross Browser xlibrary .js

    I have inherited src in very large visual studio 2005 .net project from a developer who left me after 12 years. So am struggling a bit to get back on my feet with the project.

    One thing I am noticing is recent browser problems, for example drill down actions no longer working - I think it is related to xLibrary .js scripts that have changed - I am not sure how to update these and not wanting to create more errors in the process. I went to xLibrary site (http://cross-browser.com) and see a new version link src - and wondered if I just reference the new version in the .js script if that is all that is needed.

    Then I also read this,

    "Both 'x_core.js' and 'x_event.js' are deprecated. Temporarily, I am still including them in the download package. Instead of those files, please just use 'x.js'. Thanks!
    Added three functions to 'x.js': xEachId, xEachNum and xOffset."

    I am using both x_core and x_events in my code so wonder if this "temporary fix" post in 2009 now is reflected in my recent problems.

    I am now a lot older than I was when I started the project so forgive my pathetic lack of knowledge about this - but with a little tutoring I am certain I can adapt.
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Hello,

    To help you with your errors we would need more information as to what errors you are receiving and what is and isn't working.

    The temporary fix you refer isn't a fix. All that post is saying is that they have combined the two source files into one and you should only be referencing the x.js now. They included them as a temporary download that's all.

    Since they have updated the libraries they may have changed the way some of the methods work which may be a source of your problems. But without knowing what errors you have it is hard to say.

    Comment

    Working...