My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

jotAQuery

JotAQuery is a ActionScript3 port to jQuery. (uncomplete @ work in progress)=

The syntax is the same...

Examples



package com.singuerinc.external
{
	public class Test extends MovieClip
	{
		public function Test()
		{
			//jQuery script
			$("#unDiv").css({width: '100px', height: '200px'});
		}
	}
}
Powered by Google Project Hosting