Current on line lib version got issues?

edited April 2013 in Support
I started to wrote my game a month ago. In this month i called the lib everytime directly from cdn like that:
http://cdn.gamequeryjs.com/jquery.gamequery.js

But in these last days the game has started to have issues of every kind, and trying to find the cause i discovered that the problem is in the remote gq library.

If use a local version like that:
/scripts/jquery.gamequery-0.7.0.js

everything works fine

Comments

  • The major change in 0.7.1 is the way the game elements are positioned. If your browser supports it they will use CSS transforms instead of CSS absolute positioning (with top and left).

    This means that is anywhere in your code you use .css("left",..) or .css("top", ...) to move your sprites it will probably break the game.

    What kind of issues did you encounter exactly ?
Sign In or Register to comment.