caridy / yui3-gallery

YUI3 Gallery Modules
http://yuilibrary.com/gallery
17 stars 3 forks source link

Feature request: Synchronous dispatching for content node #6

Closed ebi closed 13 years ago

ebi commented 13 years ago

Hi Caridy

We use the dispatcher mainly to solve the "insert script tags on different browsers" issue and handle the ajax calls our selves. For this it would be easier to have a synchronous dispatching so we can directly work with the altered dom.

I wrote a small proof of concept that it works. If you want it integrated nicely I could do it as well but probably you have your own idea how to implement it. So let me know if you want this feature and if you want a cleaner solution or if you're doing it yourself.

Cheers ---ebi