Hi, Carlo (?)

I cannot help much with jQuery, but you should not be using that syntax

jmolButton('spin on','spin it!');

but instead
Jmol.jmolButton(jmolApplet0, 'spin on','spin it!');

(The first one may work if you are using Jmol2.js, but since you have these 
errors I think it's better to go for the purest syntax)

Also, you should call the Jmol object as an object, not by its name:

Jmol.setDocument(0);
Jmol.getApplet("jmolApplet0", Info)   
Jmol.getAppletHtml(jmolApplet0, Info));


Hope it helps,
Ciao



------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to