09-03-2008, 04:08 AM
[eluser]Adam Griffiths[/eluser]
Hey, I re-read ExpressionEngine 2.0: fully CodeIgnited! and was wondering how the Javascript libraries are coming along, and when might we expect to be able t play with them?
I'm no javascript junky, but having Javascript in my PHP files like other CI classes would be awesome. It looks pretty easy to use too:-
Plus it seems quiet on the EE Developer Blog, how's it coming along? Last I heard was that Derek and Derek went away to work on it, but that was some time ago.
Anyway just wondering.
Hey, I re-read ExpressionEngine 2.0: fully CodeIgnited! and was wondering how the Javascript libraries are coming along, and when might we expect to be able t play with them?
I'm no javascript junky, but having Javascript in my PHP files like other CI classes would be awesome. It looks pretty easy to use too:-
Code:
// Effect: fade a div into view
$this->javascript->fade_in(“div”);
// Event: set up a click to show a submenu
$this->javascript->click(“#button”,
$this->javascript->hide(“.submenu”);
);
// Plugin: using a jQuery plugin
$this->jquery->tablesorter();
Plus it seems quiet on the EE Developer Blog, how's it coming along? Last I heard was that Derek and Derek went away to work on it, but that was some time ago.
Anyway just wondering.
