jQuery.threesixty icon indicating copy to clipboard operation
jQuery.threesixty copied to clipboard

Problem Regarding loading of images

Open reddygaru opened this issue 13 years ago • 2 comments

I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my code.....


how to solve it and please help me what i need to do to load all my images

reddygaru avatar Oct 02 '12 09:10 reddygaru

It looks like you have HTML inside your JS,

and

 are HTML
markup, not valid javascript code.

On Tue, Oct 2, 2012 at 2:13 AM, reddygaru [email protected] wrote:

I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my code.....


$(function () {
var arr = [];
for (var x = 01; x <= 10; x++) {
arr.push("Images" + x + ".gif");

 } $("#mousemove"). three sixty({ images: arr, method:
'mousemove', 'cycle': 3, direction: "backward"
}); }); </script> 

how to solve it and please help me

what i need to do to load all my images

— Reply to this email directly or view it on GitHubhttps://github.com/matdumsa/jQuery.threesixty/issues/3.

matdumsa avatar Oct 12 '12 21:10 matdumsa

hi thanks for ur valuable reply its not regarding the html its regarding the size of the image ......its working with lagre image files ....... :)

On Sat, Oct 13, 2012 at 12:15 AM, Mathieu Dumais-Savard < [email protected]> wrote:

It looks like you have HTML inside your JS,

and

 are HTML
markup, not valid javascript code.

On Tue, Oct 2, 2012 at 2:13 AM, reddygaru [email protected] wrote:

I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my code.....


$(function () {
var arr = [];
for (var x = 01; x <= 10; x++) {
arr.push("Images" + x + ".gif");

 } $("#mousemove"). three sixty({ images: arr,
method:
'mousemove', 'cycle': 3, direction: "backward"
}); }); </script> 

how to solve it and please help

me what i need to do to load all my images

— Reply to this email directly or view it on GitHub< https://github.com/matdumsa/jQuery.threesixty/issues/3>.

— Reply to this email directly or view it on GitHubhttps://github.com/matdumsa/jQuery.threesixty/issues/3#issuecomment-9390517.

reddygaru avatar Oct 13 '12 06:10 reddygaru