ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
172 stars 48 forks source link

Load function gone? #9

Open a-r-j-a-n opened 12 years ago

a-r-j-a-n commented 12 years ago

Where's the load function on version 1.1.x ?

How can i load new thumbnails without keeping the current ones?

ryrych commented 12 years ago

‘load’ method was replaced by more versatile ‘append’ method. Take a look at this example: http://ryrych.github.com/rcarousel/examples/ajax.html

ryrych commented 12 years ago

Hm, I think that we could have the ‘append’ method with a ‘clear’ boolean and/or additional load (append?) option. What do you think?

a-r-j-a-n commented 12 years ago

I think a optional 'overwrite' boolean would be the best solution. The only the problem is that a 'overwrite' is not really an append.

So the function name would not be correct.. but that's not a big problem i guess and it's better for compatibility :)

ryrych commented 12 years ago

Yeah, ‘overwrite’ sounds better. I’ll add this task to my TODO.

a-r-j-a-n commented 12 years ago

Please do! :) I am really missing that function!! Thanks!