Skip to content

Instantly share code, notes, and snippets.

@nathan5x-zz
Created April 12, 2018 06:46
Show Gist options
  • Save nathan5x-zz/4000a822e84746246386fb3773ebfe70 to your computer and use it in GitHub Desktop.
Save nathan5x-zz/4000a822e84746246386fb3773ebfe70 to your computer and use it in GitHub Desktop.
Create UI Component in HTML, CSS, and JS like it is in Adobe Flex & ActionScript
$(document).ready(function() {
var myLoginControl = new LoginControl();
myLoginControl.loginInitialize($('#instance1'), "Instance 1");
myLoginControl = new LoginControl();
myLoginControl.loginInitialize($('#instance2'), "Instance 2");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment