ryrych / rcarousel

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

"pageLoaded" event bug [solved] #61

Closed CasHTusK closed 11 years ago

CasHTusK commented 11 years ago

In your documentation on http://ryrych.github.com/rcarousel/ you typed : "pageLoaded event — Triggered when page is loaded (scrolled into view)"

And you don't left any manual to use your events, but techically event named not "pageLoaded" , but "rcarouselpageloaded" (that's how it returns after this._trigger).

That's cost me 2 hours, hope my bugnote will help someone.

It will be great, if you fix your documentation.

Best Regards, CasHTusK.

CasHTusK commented 11 years ago

Ok, update to last version of jquery-ui, and now from jquery-ui-1.10.1 event returns as was setted "pageLoaded". But it will be usefull for old-jquery-ui users, to give them a tip.

CasHTusK commented 11 years ago

Wow!, So .. hn.. strange attitude. When you set .rcarousel to "#id" selector - it's triggers event "rcarouselpagelodaded" on pageLoaded. In other hand, when you set .rcarousel to ".class" selector - it's triggers event "pageloaded" on pageLoaded.

please, add tip about this in your guide.