Re: [Jmol-users] simple question from a novice eager to learn

2015-08-12 Thread Stephen Hillier
@lists.sourceforge.net Subject: Re: [Jmol-users] simple question from a novice eager to learn Stephen, you are almost there -- just one issue: On Tue, Aug 11, 2015 at 2:59 PM, Stephen Hillier mailto:stephen.hill...@hutton.ac.uk>> wrote: $(document).ready(function() {

Re: [Jmol-users] simple question from a novice eager to learn

2015-08-11 Thread amitesh sharma
guide me how can i resolve this issue. Amitesh kumar sharma Noida Uttar Pradesh On Wed, Aug 12, 2015 at 11:49 AM, amitesh sharma wrote: > Hello > > As per message i tried to run tis code like: > > > > > Super-Simple JSmol > > > > $(document).ready(function() { > > Info = { >

Re: [Jmol-users] simple question from a novice eager to learn

2015-08-11 Thread Robert Hanson
Stephen, you are almost there -- just one issue: On Tue, Aug 11, 2015 at 2:59 PM, Stephen Hillier < stephen.hill...@hutton.ac.uk> wrote: > > > $(document).ready(function() { > > > > Info = { > > width: 400, > > height: 400, > > debug: false, > >

[Jmol-users] simple question from a novice eager to learn

2015-08-11 Thread Stephen Hillier
Hi, I haven’t used Jmol for a while and I’m struggling to figure out how to get some very simple things working using the new JSmol I have been trying to understand how to get a button or a check box to appear so I have tried to adapt some of the code in one of the examples in the download “su