jotAQueryJotAQuery 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'});
}
}
}
|