I think due to jQuery using .html() as a method I end up with files like this:
$this.html
$(.html
_+ id +_.html
==.html
base;.html
Also in the jquery file itself (which is copied across) there are errors has
parts of the file has been rewritten.
I change it to us Original URI/Original URL and the first page loaded and
worked correctly but the links where all broken.
Is there an option not to mess with method calls in javascript but not break
links either? |