Enyo Framework Cross Platform and Cross Browser UI Widgets
1–10 of 19 posts
Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#2Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#3Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#4Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#5Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#6Okay, I'm an idiot, would you use this as a replacement for JQuery? Can someone explain how it fits into the JS scene?
I don't know much about Enyo, but it looks to be more of a framework for building applications, and provides things like layout management, controls, and an interesting "Component" model. I know that it was extracted from WebOS, so it may have some overlap with JQuery (i.e. by providing simpler methods of interacting with the DOM) but its goal is different.
Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#7Is it JS only? Can I use it in a declarative way?
Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#8Okay, I'm an idiot, would you use this as a replacement for JQuery? Can someone explain how it fits into the JS scene?
https://chrome.google.com/webstore/detail/diejjofgldkjkhmfja...
Any webOS devs out there, please correct me if I'm wrong ;-)
Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#9Re: Enyo Framework Cross Platform and Cross Browser UI Widgets
#10Okay, I'm an idiot, would you use this as a replacement for JQuery? Can someone explain how it fits into the JS scene?
JQuery isn't designed for building applications, it's main purpose is making cross-browser interaction with the DOM easier. It has some other "utililty" type functions, like making cross-browser AJAX simpler and adding its own "each" looping construct, etc. etc. But the simple answer to your question is that this is not a replacement for jQuery. I don't know much about Enyo, but it looks to be more of a framework for…