Welcome Guest, Not a member yet? Register   Sign In
Javascript Class
#1

[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:-

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. Wink


Messages In This Thread
Javascript Class - by El Forum - 09-03-2008, 04:08 AM
Javascript Class - by El Forum - 09-03-2008, 07:26 AM
Javascript Class - by El Forum - 09-03-2008, 07:47 AM
Javascript Class - by El Forum - 09-03-2008, 07:53 AM
Javascript Class - by El Forum - 09-03-2008, 08:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB