Hello,
When i use jquery.threesixty.js i get this error with latest jQuery
When i use jquery.threesixty.min.js, you use opacity sytem instead of display one and your code is really different :
<img class="threesixty-frame" style="display:' + display + ';" data-index="' + i + '" src="' + pathTemplate.replace('{index}', i) + '"/> with .js
a+='<image class="threesixty-frame" height="555" width="280" x="13" y="0" style="opacity:'+(0===i?"1":"0")+';" data-index="'+i+'" xlink:href="'+n.replace("{index}",i)+'" tabindex="-1"/>' with .min.js
I just replace opacity function by display skills and edit this sentence to make it works but why 2 files or so differents ?
Hello,
When i use jquery.threesixty.js i get this error with latest jQuery
When i use jquery.threesixty.min.js, you use opacity sytem instead of display one and your code is really different :
<img class="threesixty-frame" style="display:' + display + ';" data-index="' + i + '" src="' + pathTemplate.replace('{index}', i) + '"/>with .jsa+='<image class="threesixty-frame" height="555" width="280" x="13" y="0" style="opacity:'+(0===i?"1":"0")+';" data-index="'+i+'" xlink:href="'+n.replace("{index}",i)+'" tabindex="-1"/>'with .min.jsI just replace opacity function by display skills and edit this sentence to make it works but why 2 files or so differents ?