Question

How to integrate yui with javascriptmvc?
I want to use yui3.Tabview in my application based on javascriptMVC.

Was it helpful?

Solution

It's far better to ask questions on JMVC's forum. I answer questions there like crazy. I only check StackOverflow once and a while.

Can jQuery listen to YUI events via bind? If it can't integration is really easy, controllers should be able to listen to these events automatically.

If not, I'd build a special event wrapper for jQuery to listen to YUI's events. Then you could listen to YUI events like:

".tab yui-addChild" : function(){}

I'd be happy to explore building this bridge with you on JMVC's forum.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top