PHP Classes

File: web/bundles/Raptor2/Interactive/lib/interactive.js

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/Raptor2/Interactive/lib/interactive.js   Download  
File: web/bundles/Raptor2/Interactive/lib/interactive.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 344 bytes
 

Contents

Class file image Download
Interactive.Core={ show:function(text){ var cont=$('<div></div>'); cont.css({ background:'black', position:'absolute', padding:'10px', top:'20px', left:'30px' }); cont.width(500); cont.html(text); $('body').append(cont); } }