ph101pp / jquery-slides

A pretty flexible and highly customizable slideshow/accordion plugin for jQuery.
http://philippadrian.com/projects/jquery-slides
10 stars 3 forks source link

hooks #14

Closed ph101pp closed 13 years ago

ph101pp commented 13 years ago

Hook handling needs to be build.

Hook need to be queue-able and it has to be possible to add a queue from everywhere - not only in the initialization - to make greenishSlides-plugins possible.

// this would be possible with either queue() or bind(). BUT:

Hooks need to be able to affect the process -> returns need to be accessible.

=> need functions triggerHook(data) and bindHook(); triggerHook() ala "what comes around goes around" with: if false -> break.

ph101pp commented 13 years ago

"if false->break" behavior is missing.. everything else is done.

ph101pp commented 13 years ago

done.